Shades of Cerulean Blue #204ABF
Tints of Cerulean Blue #204ABF
RGB
CMYK
RGB Variations
Color information
#204ABF (or 0x204ABF) is known color: Cerulean Blue. HEX triplet: 20, 4A and BF. RGB value is (32,74,191). Sum of RGB (Red+Green+Blue) = 32+74+191=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #204ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204ABF is #DFB540. Grayscale: #4A4A4A. Windows color (decimal): -14660929 or 12536352. OLE color: 12536352.
HSL color Cylindrical-coordinate representation of color #204ABF: hue angle of 224.15º 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 #204ABF is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 74 | 191 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.25 |
| HSL | 224.15º | 0.71% | 0.44% | - |
| HSV(B) | 224.15º | 0.83% | 0.75% | - |
| XYZ | 12.45 | 8.97 | 50.36 | - |
| YUV | 74.78 | 193.59 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 191 | 0.83 | 0.61 | 0 | 0.25 | 224.15 | 0.71 | 0.44 |
| Hex | 20 | 4A | BF | 53 | 3D | 0 | 19 | E0 | 47 | 2C |
| Octal | 40 | 112 | 277 | 123 | 75 | 0 | 31 | 340 | 107 | 54 |
| Binary | 100000 | 1001010 | 10111111 | 1010011 | 111101 | 0 | 11001 | 11100000 | 1000111 | 101100 |
Color Harmonies of #204ABF
Complementary color
Monochromatic Colors of #204ABF
Black with #204ABF
Text Example
Text Example
White with #204ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204ABF; }
p { color: rgb(32,74,191); }
H1.HeaderClassName
{
color: #204ABF;
}
.AnyTagClassName
{
color: #204ABF;
}
</style>
background-color css
<style>
a { background-color: #204ABF; }
a { background-color: rgb(32,74,191); }
div.DivClassName
{
background-color: #204ABF;
}
.BgClassName
{
background-color: #204ABF;
}
</style>
border-color css
<style>
span { border-color: #204ABF; }
span { border-color: rgb(32,74,191); }
td.TdClassName
{
border-color: #204ABF;
}
.TagClassName
{
border-color: #204ABF;
}
</style>