#204CBD

Color #204CBD Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #204CBD

Tints of Cerulean Blue #204CBD

Color information

#204CBD (or 0x204CBD) is unknown color: approx Cerulean Blue. HEX triplet: 20, 4C and BD. RGB value is (32,76,189). Sum of RGB (Red+Green+Blue) = 32+76+189=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #204CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CBD is #DFB342. Grayscale: #4B4B4B. Windows color (decimal): -14660419 or 12405792. OLE color: 12405792.

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

Color convert

RGB3276189-
CMYK0.830.6000.26
HSL223.18º71.04%43.33%-
HSV(B)223.18º83.07%74.12%-
XYZ12.379.1549.26-
YUV75.73191.9296.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.77%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 189 (74.22% from 255) = 63.64%
R=10.77%
G=25.59%
B=63.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal32761890.830.6000.26223.1871.0443.33
Hex204CBD533C01Adf472b
Octal401142751237403233710753
Binary1000001001100101111011010011111100011010110111111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #204CBD;
 }
 .AnyTagClassName
 {
   color: #204CBD;
 }
</style>
background-color css

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

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

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

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

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

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