Html Css Color HEX #204CBA Cerulean Blue

📋 copy color: '#204CBA'

red 32 ◦ green 76 ◦ blue 186

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

Shades of Cerulean Blue #204CBA

Tints of Cerulean Blue #204CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.85%

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

R = 10.88%
G = 25.85%
B = 63.27%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#204CBA (or 0x204CBA) is known color: Cerulean Blue. HEX triplet: 20, 4C and BA. RGB value is (32,76,186). Sum of RGB (Red+Green+Blue) = 32+76+186=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #204CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CBA is #DFB345. Grayscale: #4A4A4A. Windows color (decimal): -14660422 or 12209184. OLE color: 12209184.

HSL color Cylindrical-coordinate representation of color #204CBA: hue angle of 222.86º 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 #204CBA is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 76 186 -
CMYK 0.83 0.59 0 0.27
HSL 222.86º 0.71% 0.43% -
HSV(B) 222.86º 0.83% 0.73% -
XYZ 12.04 9.02 47.56 -
YUV 75.38 190.42 97.06 -
System Red Green Blue C M Y K H S L
Decimal 32 76 186 0.83 0.59 0 0.27 222.86 0.71 0.43
Hex 20 4C BA 53 3B 0 1B DF 47 2B
Octal 40 114 272 123 73 0 33 337 107 53
Binary 100000 1001100 10111010 1010011 111011 0 11011 11011111 1000111 101011

Color Harmonies of #204CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204CBA

Black with #204CBA

Text Example


Text Example

White with #204CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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