Html Css Color HEX #204BBC Cerulean Blue

📋 copy color: '#204BBC'

red 32 ◦ green 75 ◦ blue 188

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

Shades of Cerulean Blue #204BBC

Tints of Cerulean Blue #204BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.73%

R = 10.85%
G = 25.42%
B = 63.73%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#204BBC (or 0x204BBC) is known color: Cerulean Blue. HEX triplet: 20, 4B and BC. RGB value is (32,75,188). Sum of RGB (Red+Green+Blue) = 32+75+188=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #204BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204BBC is #DFB443. Grayscale: #4A4A4A. Windows color (decimal): -14660676 or 12340000. OLE color: 12340000.

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

Color convert

RGB 32 75 188 -
CMYK 0.83 0.60 0 0.26
HSL 223.46º 0.71% 0.43% -
HSV(B) 223.46º 0.83% 0.74% -
XYZ 12.19 8.97 48.67 -
YUV 75.03 191.75 97.31 -
System Red Green Blue C M Y K H S L
Decimal 32 75 188 0.83 0.60 0 0.26 223.46 0.71 0.43
Hex 20 4B BC 53 3C 0 1A DF 47 2B
Octal 40 113 274 123 74 0 32 337 107 53
Binary 100000 1001011 10111100 1010011 111100 0 11010 11011111 1000111 101011

Color Harmonies of #204BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204BBC

Black with #204BBC

Text Example


Text Example

White with #204BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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