Shades of Cerulean Blue #204FCB
Tints of Cerulean Blue #204FCB
RGB
CMYK
RGB Variations
Color information
#204FCB (or 0x204FCB) is known color: Cerulean Blue. HEX triplet: 20, 4F and CB. RGB value is (32,79,203). Sum of RGB (Red+Green+Blue) = 32+79+203=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #204FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204FCB is #DFB034. Grayscale: #4E4E4E. Windows color (decimal): -14659637 or 13324064. OLE color: 13324064.
HSL color Cylindrical-coordinate representation of color #204FCB: hue angle of 223.51º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #204FCB is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 79 | 203 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.20 |
| HSL | 223.51º | 0.73% | 0.46% | - |
| HSV(B) | 223.51º | 0.84% | 0.8% | - |
| XYZ | 14.17 | 10.21 | 57.72 | - |
| YUV | 79.08 | 197.93 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 203 | 0.84 | 0.61 | 0 | 0.20 | 223.51 | 0.73 | 0.46 |
| Hex | 20 | 4F | CB | 54 | 3D | 0 | 14 | E0 | 49 | 2E |
| Octal | 40 | 117 | 313 | 124 | 75 | 0 | 24 | 340 | 111 | 56 |
| Binary | 100000 | 1001111 | 11001011 | 1010100 | 111101 | 0 | 10100 | 11100000 | 1001001 | 101110 |
Color Harmonies of #204FCB
Complementary color
Monochromatic Colors of #204FCB
Black with #204FCB
Text Example
Text Example
White with #204FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204FCB; }
p { color: rgb(32,79,203); }
H1.HeaderClassName
{
color: #204FCB;
}
.AnyTagClassName
{
color: #204FCB;
}
</style>
background-color css
<style>
a { background-color: #204FCB; }
a { background-color: rgb(32,79,203); }
div.DivClassName
{
background-color: #204FCB;
}
.BgClassName
{
background-color: #204FCB;
}
</style>
border-color css
<style>
span { border-color: #204FCB; }
span { border-color: rgb(32,79,203); }
td.TdClassName
{
border-color: #204FCB;
}
.TagClassName
{
border-color: #204FCB;
}
</style>