Color Hex Logo

#305bdd Color Hex

#305BDD
(48,91,221)
0 Favorites   0 Comments

Color spaces of #305bdd

RGB 4891221
HSL0.630.720.53
HSV225°78°87°
CMYK 0.780.590.00   0.13
XYZ18.011213.331070.0305
Yxy13.33100.17770.1315
Hunter Lab36.511624.1587-88.1620
CIE-Lab43.257831.7698-70.4704

#305bdd color RGB value is (48,91,221).

#305bdd hex color red value is 48, green value is 91 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #305bdd hue: 0.63 , saturation: 0.72 and the lightness value of 305bdd is 0.53.

The process color (four color CMYK) of #305bdd color hex is 0.78, 0.59, 0.00, 0.13. Web safe color of #305bdd is #3366cc. Color #305bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011011 11011101
Octal 60 133 335
Decimal 48 91 221
Hex 30 5B DD

RGB Percentages of Color #305bdd

%13.33
%25.28
%61.39

CMYK Percentages of Color #305bdd

%78
%59
%0
%13

Triadic Colors of #305bdd

#305bdd #dd305b #5bdd30

Analogous Colors of #305bdd

#305bdd #5b30dd #30b2dd

Monochromatic Colors of #305bdd

#305bdd

Complementary Color

#305bdd #ddb230

#305bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#305bdd Color CSS Codes

.mybgcolor {background-color:#305bdd; } 
.myforecolor {color:#305bdd; }
.mybordercolor {border:3px solid #305bdd; }

#305bdd Text Font Color

<p style="color:#305bdd">Text here</p>

This sample text font color is #305bdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#305bdd Background Color

<div style="background-color:#305bdd">
Div content here</div>

This div background color is #305bdd


#305bdd Border Color

<div style="border:3px solid #305bdd">
Div here</div>

This div border color is #305bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,91,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #305bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #305bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #305bdd;
  box-shadow:         1px 1px 3px 2px #305bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,91,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #305bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #305bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #305bdd;
  box-shadow:         1px 1px 3px 2px #305bdd;">
Div content here</div>

This div box has shadow with color #305bdd


Comments

No comments written yet.

Please login to write comment.