Html Css Color HEX #204ACB Cerulean Blue

📋 copy color: '#204ACB'

red 32 ◦ green 74 ◦ blue 203

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

Shades of Cerulean Blue #204ACB

Tints of Cerulean Blue #204ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.7%

R = 10.36%
G = 23.95%
B = 65.7%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#204ACB (or 0x204ACB) is known color: Cerulean Blue. HEX triplet: 20, 4A and CB. RGB value is (32,74,203). Sum of RGB (Red+Green+Blue) = 32+74+203=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #204ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204ACB is #DFB534. Grayscale: #4B4B4B. Windows color (decimal): -14660917 or 13322784. OLE color: 13322784.

HSL color Cylindrical-coordinate representation of color #204ACB: hue angle of 225.26º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #204ACB is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 74 203 -
CMYK 0.84 0.64 0 0.20
HSL 225.26º 0.73% 0.46% -
HSV(B) 225.26º 0.84% 0.8% -
XYZ 13.82 9.52 57.61 -
YUV 76.15 199.59 96.51 -
System Red Green Blue C M Y K H S L
Decimal 32 74 203 0.84 0.64 0 0.20 225.26 0.73 0.46
Hex 20 4A CB 54 40 0 14 E1 49 2E
Octal 40 112 313 124 100 0 24 341 111 56
Binary 100000 1001010 11001011 1010100 1000000 0 10100 11100001 1001001 101110

Color Harmonies of #204ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204ACB

Black with #204ACB

Text Example


Text Example

White with #204ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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