Html Css Color HEX #204CC0 Cerulean Blue

📋 copy color: '#204CC0'

red 32 ◦ green 76 ◦ blue 192

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

Shades of Cerulean Blue #204CC0

Tints of Cerulean Blue #204CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 64%

R = 10.67%
G = 25.33%
B = 64%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#204CC0 (or 0x204CC0) is known color: Cerulean Blue. HEX triplet: 20, 4C and C0. RGB value is (32,76,192). Sum of RGB (Red+Green+Blue) = 32+76+192=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 192 (75.39% from 255 or 64% from 300); Max value from RGB is 192 - color contains mainly: blue. Hex color #204CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CC0 is #DFB33F. Grayscale: #4B4B4B. Windows color (decimal): -14660416 or 12602400. OLE color: 12602400.

HSL color Cylindrical-coordinate representation of color #204CC0: hue angle of 223.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #204CC0 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 76 192 -
CMYK 0.83 0.60 0 0.25
HSL 223.5º 0.71% 0.44% -
HSV(B) 223.5º 0.83% 0.75% -
XYZ 12.69 9.28 50.99 -
YUV 76.07 193.42 96.57 -
System Red Green Blue C M Y K H S L
Decimal 32 76 192 0.83 0.60 0 0.25 223.5 0.71 0.44
Hex 20 4C C0 53 3C 0 19 E0 47 2C
Octal 40 114 300 123 74 0 31 340 107 54
Binary 100000 1001100 11000000 1010011 111100 0 11001 11100000 1000111 101100

Color Harmonies of #204CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204CC0

Black with #204CC0

Text Example


Text Example

White with #204CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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