Html Css Color HEX #204CB4 Cerulean Blue

📋 copy color: '#204CB4'

red 32 ◦ green 76 ◦ blue 180

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

Shades of Cerulean Blue #204CB4

Tints of Cerulean Blue #204CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 62.5%

R = 11.11%
G = 26.39%
B = 62.5%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#204CB4 (or 0x204CB4) is known color: Cerulean Blue. HEX triplet: 20, 4C and B4. RGB value is (32,76,180). Sum of RGB (Red+Green+Blue) = 32+76+180=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 180 (70.70% from 255 or 62.5% from 288); Max value from RGB is 180 - color contains mainly: blue. Hex color #204CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CB4 is #DFB34B. Grayscale: #4A4A4A. Windows color (decimal): -14660428 or 11815968. OLE color: 11815968.

HSL color Cylindrical-coordinate representation of color #204CB4: hue angle of 222.16º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #204CB4 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 76 180 -
CMYK 0.82 0.58 0 0.29
HSL 222.16º 0.7% 0.42% -
HSV(B) 222.16º 0.82% 0.71% -
XYZ 11.42 8.77 44.27 -
YUV 74.7 187.42 97.54 -
System Red Green Blue C M Y K H S L
Decimal 32 76 180 0.82 0.58 0 0.29 222.16 0.7 0.42
Hex 20 4C B4 52 3A 0 1D DE 46 2A
Octal 40 114 264 122 72 0 35 336 106 52
Binary 100000 1001100 10110100 1010010 111010 0 11101 11011110 1000110 101010

Color Harmonies of #204CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204CB4

Black with #204CB4

Text Example


Text Example

White with #204CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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