Html Css Color HEX #204AAC Cerulean Blue

📋 copy color: '#204AAC'

red 32 ◦ green 74 ◦ blue 172

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

Shades of Cerulean Blue #204AAC

Tints of Cerulean Blue #204AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.62%

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

R = 11.51%
G = 26.62%
B = 61.87%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#204AAC (or 0x204AAC) is known color: Cerulean Blue. HEX triplet: 20, 4A and AC. RGB value is (32,74,172). Sum of RGB (Red+Green+Blue) = 32+74+172=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #204AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204AAC is #DFB553. Grayscale: #484848. Windows color (decimal): -14660948 or 11291168. OLE color: 11291168.

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

Color convert

RGB 32 74 172 -
CMYK 0.81 0.57 0 0.33
HSL 222º 0.69% 0.4% -
HSV(B) 222º 0.81% 0.67% -
XYZ 10.49 8.18 40.06 -
YUV 72.61 184.09 99.03 -
System Red Green Blue C M Y K H S L
Decimal 32 74 172 0.81 0.57 0 0.33 222 0.69 0.4
Hex 20 4A AC 51 39 0 21 DE 45 28
Octal 40 112 254 121 71 0 41 336 105 50
Binary 100000 1001010 10101100 1010001 111001 0 100001 11011110 1000101 101000

Color Harmonies of #204AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204AAC

Black with #204AAC

Text Example


Text Example

White with #204AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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