Html Css Color HEX #204CE0 Cerulean Blue

📋 copy color: '#204CE0'

red 32 ◦ green 76 ◦ blue 224

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

Shades of Cerulean Blue #204CE0

Tints of Cerulean Blue #204CE0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.89%

 BLUE value IS 224 (87.89% from 255) = 67.47%

R = 9.64%
G = 22.89%
B = 67.47%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#204CE0 (or 0x204CE0) is known color: Cerulean Blue. HEX triplet: 20, 4C and E0. RGB value is (32,76,224). Sum of RGB (Red+Green+Blue) = 32+76+224=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #204CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CE0 is #DFB31F. Grayscale: #4F4F4F. Windows color (decimal): -14660384 or 14699552. OLE color: 14699552.

HSL color Cylindrical-coordinate representation of color #204CE0: hue angle of 226.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204CE0 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 76 224 -
CMYK 0.86 0.66 0 0.12
HSL 226.25º 0.76% 0.5% -
HSV(B) 226.25º 0.86% 0.88% -
XYZ 16.63 10.86 71.74 -
YUV 79.72 209.42 93.97 -
System Red Green Blue C M Y K H S L
Decimal 32 76 224 0.86 0.66 0 0.12 226.25 0.76 0.5
Hex 20 4C E0 56 42 0 C E2 4C 32
Octal 40 114 340 126 102 0 14 342 114 62
Binary 100000 1001100 11100000 1010110 1000010 0 1100 11100010 1001100 110010

Color Harmonies of #204CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204CE0

Black with #204CE0

Text Example


Text Example

White with #204CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,76,224); }

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

background-color css

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

 a { background-color: rgb(32,76,224); }

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

border-color css

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

 span { border-color: rgb(32,76,224); }

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