Html Css Color HEX #204BAB Cerulean Blue

📋 copy color: '#204BAB'

red 32 ◦ green 75 ◦ blue 171

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

Shades of Cerulean Blue #204BAB

Tints of Cerulean Blue #204BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.98%

 BLUE value IS 171 (67.19% from 255) = 61.51%

R = 11.51%
G = 26.98%
B = 61.51%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#204BAB (or 0x204BAB) is known color: Cerulean Blue. HEX triplet: 20, 4B and AB. RGB value is (32,75,171). Sum of RGB (Red+Green+Blue) = 32+75+171=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #204BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204BAB is #DFB454. Grayscale: #484848. Windows color (decimal): -14660693 or 11225888. OLE color: 11225888.

HSL color Cylindrical-coordinate representation of color #204BAB: hue angle of 221.44º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #204BAB is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 75 171 -
CMYK 0.81 0.56 0 0.33
HSL 221.44º 0.68% 0.4% -
HSV(B) 221.44º 0.81% 0.67% -
XYZ 10.46 8.28 39.57 -
YUV 73.09 183.25 98.69 -
System Red Green Blue C M Y K H S L
Decimal 32 75 171 0.81 0.56 0 0.33 221.44 0.68 0.4
Hex 20 4B AB 51 38 0 21 DD 44 28
Octal 40 113 253 121 70 0 41 335 104 50
Binary 100000 1001011 10101011 1010001 111000 0 100001 11011101 1000100 101000

Color Harmonies of #204BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204BAB

Black with #204BAB

Text Example


Text Example

White with #204BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,75,171); }

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

background-color css

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

 a { background-color: rgb(32,75,171); }

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

border-color css

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

 span { border-color: rgb(32,75,171); }

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