Html Css Color HEX #204ECF Cerulean Blue

📋 copy color: '#204ECF'

red 32 ◦ green 78 ◦ blue 207

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

Shades of Cerulean Blue #204ECF

Tints of Cerulean Blue #204ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.3%

R = 10.09%
G = 24.61%
B = 65.3%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#204ECF (or 0x204ECF) is known color: Cerulean Blue. HEX triplet: 20, 4E and CF. RGB value is (32,78,207). Sum of RGB (Red+Green+Blue) = 32+78+207=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #204ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204ECF is #DFB130. Grayscale: #4E4E4E. Windows color (decimal): -14659889 or 13585952. OLE color: 13585952.

HSL color Cylindrical-coordinate representation of color #204ECF: hue angle of 224.23º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #204ECF is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 78 207 -
CMYK 0.85 0.62 0 0.19
HSL 224.23º 0.73% 0.47% -
HSV(B) 224.23º 0.85% 0.81% -
XYZ 14.58 10.26 60.24 -
YUV 78.95 200.26 94.51 -
System Red Green Blue C M Y K H S L
Decimal 32 78 207 0.85 0.62 0 0.19 224.23 0.73 0.47
Hex 20 4E CF 55 3E 0 13 E0 49 2F
Octal 40 116 317 125 76 0 23 340 111 57
Binary 100000 1001110 11001111 1010101 111110 0 10011 11100000 1001001 101111

Color Harmonies of #204ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204ECF

Black with #204ECF

Text Example


Text Example

White with #204ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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