Html Css Color HEX #305ECD Cerulean Blue

📋 copy color: '#305ECD'

red 48 ◦ green 94 ◦ blue 205

#305ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #305ECD

Tints of Cerulean Blue #305ECD

RGB

 RED value IS 48 (19.14% from 255) = 13.83%

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 205 (80.47% from 255) = 59.08%

R = 13.83%
G = 27.09%
B = 59.08%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#305ECD (or 0x305ECD) is known color: Cerulean Blue. HEX triplet: 30, 5E and CD. RGB value is (48,94,205). Sum of RGB (Red+Green+Blue) = 48+94+205=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #305ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ECD is #CFA132. Grayscale: #5C5C5C. Windows color (decimal): -13607219 or 13458992. OLE color: 13458992.

HSL color Cylindrical-coordinate representation of color #305ECD: hue angle of 222.42º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305ECD is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 94 205 -
CMYK 0.77 0.54 0 0.20
HSL 222.42º 0.62% 0.5% -
HSV(B) 222.42º 0.77% 0.8% -
XYZ 16.24 13.04 59.42 -
YUV 92.9 191.26 95.97 -
System Red Green Blue C M Y K H S L
Decimal 48 94 205 0.77 0.54 0 0.20 222.42 0.62 0.5
Hex 30 5E CD 4D 36 0 14 DE 3E 32
Octal 60 136 315 115 66 0 24 336 76 62
Binary 110000 1011110 11001101 1001101 110110 0 10100 11011110 111110 110010

Color Harmonies of #305ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305ECD

Black with #305ECD

Text Example


Text Example

White with #305ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305ECD; }

 p { color: rgb(48,94,205); }

 H1.HeaderClassName
 {
   color: #305ECD;
 }
 .AnyTagClassName
 {
   color: #305ECD;
 }
</style>

background-color css

<style>
 a { background-color: #305ECD; }

 a { background-color: rgb(48,94,205); }

 div.DivClassName
 {
   background-color: #305ECD;
 }
 .BgClassName
 {
   background-color: #305ECD;
 }
</style>

border-color css

<style>
 span { border-color: #305ECD; }

 span { border-color: rgb(48,94,205); }

 td.TdClassName
 {
   border-color: #305ECD;
 }
 .TagClassName
 {
   border-color: #305ECD;
 }
</style>