Html Css Color HEX #204ECC Cerulean Blue

📋 copy color: '#204ECC'

red 32 ◦ green 78 ◦ blue 204

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

Shades of Cerulean Blue #204ECC

Tints of Cerulean Blue #204ECC

RGB

 RED value IS 32 (12.89% from 255) = 10.19%

 GREEN value IS 78 (30.86% from 255) = 24.84%

 BLUE value IS 204 (80.08% from 255) = 64.97%

R = 10.19%
G = 24.84%
B = 64.97%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#204ECC (or 0x204ECC) is known color: Cerulean Blue. HEX triplet: 20, 4E and CC. RGB value is (32,78,204). Sum of RGB (Red+Green+Blue) = 32+78+204=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #204ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204ECC is #DFB133. Grayscale: #4E4E4E. Windows color (decimal): -14659892 or 13389344. OLE color: 13389344.

HSL color Cylindrical-coordinate representation of color #204ECC: hue angle of 223.95º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #204ECC is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 78 204 -
CMYK 0.84 0.62 0 0.2
HSL 223.95º 0.73% 0.46% -
HSV(B) 223.95º 0.84% 0.8% -
XYZ 14.22 10.12 58.33 -
YUV 78.61 198.76 94.75 -
System Red Green Blue C M Y K H S L
Decimal 32 78 204 0.84 0.62 0 0.2 223.95 0.73 0.46
Hex 20 4E CC 54 3E 0 14 E0 49 2E
Octal 40 116 314 124 76 0 24 340 111 56
Binary 100000 1001110 11001100 1010100 111110 0 10100 11100000 1001001 101110

Color Harmonies of #204ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204ECC

Black with #204ECC

Text Example


Text Example

White with #204ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204ECC; }

 p { color: rgb(32,78,204); }

 H1.HeaderClassName
 {
   color: #204ECC;
 }
 .AnyTagClassName
 {
   color: #204ECC;
 }
</style>

background-color css

<style>
 a { background-color: #204ECC; }

 a { background-color: rgb(32,78,204); }

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

border-color css

<style>
 span { border-color: #204ECC; }

 span { border-color: rgb(32,78,204); }

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