Html Css Color HEX #204FAC Cerulean Blue

📋 copy color: '#204FAC'

red 32 ◦ green 79 ◦ blue 172

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

Shades of Cerulean Blue #204FAC

Tints of Cerulean Blue #204FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.92%

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

R = 11.31%
G = 27.92%
B = 60.78%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#204FAC (or 0x204FAC) is known color: Cerulean Blue. HEX triplet: 20, 4F and AC. RGB value is (32,79,172). Sum of RGB (Red+Green+Blue) = 32+79+172=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #204FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204FAC is #DFB053. Grayscale: #4B4B4B. Windows color (decimal): -14659668 or 11292448. OLE color: 11292448.

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

Color convert

RGB 32 79 172 -
CMYK 0.81 0.54 0 0.33
HSL 219.86º 0.69% 0.4% -
HSV(B) 219.86º 0.81% 0.67% -
XYZ 10.84 8.88 40.17 -
YUV 75.55 182.43 96.94 -
System Red Green Blue C M Y K H S L
Decimal 32 79 172 0.81 0.54 0 0.33 219.86 0.69 0.4
Hex 20 4F AC 51 36 0 21 DC 45 28
Octal 40 117 254 121 66 0 41 334 105 50
Binary 100000 1001111 10101100 1010001 110110 0 100001 11011100 1000101 101000

Color Harmonies of #204FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204FAC

Black with #204FAC

Text Example


Text Example

White with #204FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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