Html Css Color HEX #204ABD Cerulean Blue

📋 copy color: '#204ABD'

red 32 ◦ green 74 ◦ blue 189

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

Shades of Cerulean Blue #204ABD

Tints of Cerulean Blue #204ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.07%

R = 10.85%
G = 25.08%
B = 64.07%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#204ABD (or 0x204ABD) is known color: Cerulean Blue. HEX triplet: 20, 4A and BD. RGB value is (32,74,189). Sum of RGB (Red+Green+Blue) = 32+74+189=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #204ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204ABD is #DFB542. Grayscale: #4A4A4A. Windows color (decimal): -14660931 or 12405280. OLE color: 12405280.

HSL color Cylindrical-coordinate representation of color #204ABD: hue angle of 223.95º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #204ABD is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 74 189 -
CMYK 0.83 0.61 0 0.26
HSL 223.95º 0.71% 0.43% -
HSV(B) 223.95º 0.83% 0.74% -
XYZ 12.23 8.88 49.21 -
YUV 74.55 192.59 97.65 -
System Red Green Blue C M Y K H S L
Decimal 32 74 189 0.83 0.61 0 0.26 223.95 0.71 0.43
Hex 20 4A BD 53 3D 0 1A E0 47 2B
Octal 40 112 275 123 75 0 32 340 107 53
Binary 100000 1001010 10111101 1010011 111101 0 11010 11100000 1000111 101011

Color Harmonies of #204ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204ABD

Black with #204ABD

Text Example


Text Example

White with #204ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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