Html Css Color HEX #204ABA Cerulean Blue

📋 copy color: '#204ABA'

red 32 ◦ green 74 ◦ blue 186

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

Shades of Cerulean Blue #204ABA

Tints of Cerulean Blue #204ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.7%

R = 10.96%
G = 25.34%
B = 63.7%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#204ABA (or 0x204ABA) is known color: Cerulean Blue. HEX triplet: 20, 4A and BA. RGB value is (32,74,186). Sum of RGB (Red+Green+Blue) = 32+74+186=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #204ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204ABA is #DFB545. Grayscale: #494949. Windows color (decimal): -14660934 or 12208672. OLE color: 12208672.

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

Color convert

RGB 32 74 186 -
CMYK 0.83 0.60 0 0.27
HSL 223.64º 0.71% 0.43% -
HSV(B) 223.64º 0.83% 0.73% -
XYZ 11.91 8.75 47.52 -
YUV 74.21 191.09 97.89 -
System Red Green Blue C M Y K H S L
Decimal 32 74 186 0.83 0.60 0 0.27 223.64 0.71 0.43
Hex 20 4A BA 53 3C 0 1B E0 47 2B
Octal 40 112 272 123 74 0 33 340 107 53
Binary 100000 1001010 10111010 1010011 111100 0 11011 11100000 1000111 101011

Color Harmonies of #204ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204ABA

Black with #204ABA

Text Example


Text Example

White with #204ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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