Html Css Color HEX #204DAC Cerulean Blue

📋 copy color: '#204DAC'

red 32 ◦ green 77 ◦ blue 172

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

Shades of Cerulean Blue #204DAC

Tints of Cerulean Blue #204DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

 BLUE value IS 172 (67.58% from 255) = 61.21%

R = 11.39%
G = 27.4%
B = 61.21%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#204DAC (or 0x204DAC) is known color: Cerulean Blue. HEX triplet: 20, 4D and AC. RGB value is (32,77,172). Sum of RGB (Red+Green+Blue) = 32+77+172=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #204DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204DAC is #DFB253. Grayscale: #494949. Windows color (decimal): -14660180 or 11291936. OLE color: 11291936.

HSL color Cylindrical-coordinate representation of color #204DAC: hue angle of 220.71º degrees, saturation: 0.69, 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 #204DAC is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 77 172 -
CMYK 0.81 0.55 0 0.33
HSL 220.71º 0.69% 0.4% -
HSV(B) 220.71º 0.81% 0.67% -
XYZ 10.7 8.59 40.12 -
YUV 74.38 183.09 97.78 -
System Red Green Blue C M Y K H S L
Decimal 32 77 172 0.81 0.55 0 0.33 220.71 0.69 0.4
Hex 20 4D AC 51 37 0 21 DD 45 28
Octal 40 115 254 121 67 0 41 335 105 50
Binary 100000 1001101 10101100 1010001 110111 0 100001 11011101 1000101 101000

Color Harmonies of #204DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204DAC

Black with #204DAC

Text Example


Text Example

White with #204DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,77,172); }

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

background-color css

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

 a { background-color: rgb(32,77,172); }

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

border-color css

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

 span { border-color: rgb(32,77,172); }

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