Shades of Cerulean Blue #204CBF
Tints of Cerulean Blue #204CBF
RGB
CMYK
RGB Variations
Color information
#204CBF (or 0x204CBF) is known color: Cerulean Blue. HEX triplet: 20, 4C and BF. RGB value is (32,76,191). Sum of RGB (Red+Green+Blue) = 32+76+191=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #204CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CBF is #DFB340. Grayscale: #4B4B4B. Windows color (decimal): -14660417 or 12536864. OLE color: 12536864.
HSL color Cylindrical-coordinate representation of color #204CBF: hue angle of 223.4º 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 #204CBF is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 76 | 191 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.25 |
| HSL | 223.4º | 0.71% | 0.44% | - |
| HSV(B) | 223.4º | 0.83% | 0.75% | - |
| XYZ | 12.58 | 9.24 | 50.41 | - |
| YUV | 75.95 | 192.92 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 191 | 0.83 | 0.60 | 0 | 0.25 | 223.4 | 0.71 | 0.44 |
| Hex | 20 | 4C | BF | 53 | 3C | 0 | 19 | DF | 47 | 2C |
| Octal | 40 | 114 | 277 | 123 | 74 | 0 | 31 | 337 | 107 | 54 |
| Binary | 100000 | 1001100 | 10111111 | 1010011 | 111100 | 0 | 11001 | 11011111 | 1000111 | 101100 |
Color Harmonies of #204CBF
Complementary color
Monochromatic Colors of #204CBF
Black with #204CBF
Text Example
Text Example
White with #204CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204CBF; }
p { color: rgb(32,76,191); }
H1.HeaderClassName
{
color: #204CBF;
}
.AnyTagClassName
{
color: #204CBF;
}
</style>
background-color css
<style>
a { background-color: #204CBF; }
a { background-color: rgb(32,76,191); }
div.DivClassName
{
background-color: #204CBF;
}
.BgClassName
{
background-color: #204CBF;
}
</style>
border-color css
<style>
span { border-color: #204CBF; }
span { border-color: rgb(32,76,191); }
td.TdClassName
{
border-color: #204CBF;
}
.TagClassName
{
border-color: #204CBF;
}
</style>