Html Css Color HEX #204BBF Cerulean Blue

📋 copy color: '#204BBF'

red 32 ◦ green 75 ◦ blue 191

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

Shades of Cerulean Blue #204BBF

Tints of Cerulean Blue #204BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.09%

R = 10.74%
G = 25.17%
B = 64.09%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#204BBF (or 0x204BBF) is known color: Cerulean Blue. HEX triplet: 20, 4B and BF. RGB value is (32,75,191). Sum of RGB (Red+Green+Blue) = 32+75+191=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #204BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204BBF is #DFB440. Grayscale: #4A4A4A. Windows color (decimal): -14660673 or 12536608. OLE color: 12536608.

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

Color convert

RGB 32 75 191 -
CMYK 0.83 0.61 0 0.25
HSL 223.77º 0.71% 0.44% -
HSV(B) 223.77º 0.83% 0.75% -
XYZ 12.52 9.1 50.39 -
YUV 75.37 193.25 97.07 -
System Red Green Blue C M Y K H S L
Decimal 32 75 191 0.83 0.61 0 0.25 223.77 0.71 0.44
Hex 20 4B BF 53 3D 0 19 E0 47 2C
Octal 40 113 277 123 75 0 31 340 107 54
Binary 100000 1001011 10111111 1010011 111101 0 11001 11100000 1000111 101100

Color Harmonies of #204BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204BBF

Black with #204BBF

Text Example


Text Example

White with #204BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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