Html Css Color HEX #204BAC Cerulean Blue

📋 copy color: '#204BAC'

red 32 ◦ green 75 ◦ blue 172

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

Shades of Cerulean Blue #204BAC

Tints of Cerulean Blue #204BAC

RGB

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

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

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

R = 11.47%
G = 26.88%
B = 61.65%

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

#204BAC (or 0x204BAC) is known color: Cerulean Blue. HEX triplet: 20, 4B and AC. RGB value is (32,75,172). Sum of RGB (Red+Green+Blue) = 32+75+172=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #204BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204BAC is #DFB453. Grayscale: #484848. Windows color (decimal): -14660692 or 11291424. OLE color: 11291424.

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

Color convert

RGB 32 75 172 -
CMYK 0.81 0.56 0 0.33
HSL 221.57º 0.69% 0.4% -
HSV(B) 221.57º 0.81% 0.67% -
XYZ 10.56 8.32 40.08 -
YUV 73.2 183.75 98.61 -
System Red Green Blue C M Y K H S L
Decimal 32 75 172 0.81 0.56 0 0.33 221.57 0.69 0.4
Hex 20 4B AC 51 38 0 21 DE 45 28
Octal 40 113 254 121 70 0 41 336 105 50
Binary 100000 1001011 10101100 1010001 111000 0 100001 11011110 1000101 101000

Color Harmonies of #204BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204BAC

Black with #204BAC

Text Example


Text Example

White with #204BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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