Shades of Cerulean Blue #204CDA
Tints of Cerulean Blue #204CDA
RGB
CMYK
RGB Variations
Color information
#204CDA (or 0x204CDA) is known color: Cerulean Blue. HEX triplet: 20, 4C and DA. RGB value is (32,76,218). Sum of RGB (Red+Green+Blue) = 32+76+218=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #204CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CDA is #DFB325. Grayscale: #4E4E4E. Windows color (decimal): -14660390 or 14306336. OLE color: 14306336.
HSL color Cylindrical-coordinate representation of color #204CDA: hue angle of 225.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #204CDA is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 76 | 218 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.15 |
| HSL | 225.81º | 0.74% | 0.49% | - |
| HSV(B) | 225.81º | 0.85% | 0.85% | - |
| XYZ | 15.83 | 10.54 | 67.53 | - |
| YUV | 79.03 | 206.42 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 218 | 0.85 | 0.65 | 0 | 0.15 | 225.81 | 0.74 | 0.49 |
| Hex | 20 | 4C | DA | 55 | 41 | 0 | F | E2 | 4A | 31 |
| Octal | 40 | 114 | 332 | 125 | 101 | 0 | 17 | 342 | 112 | 61 |
| Binary | 100000 | 1001100 | 11011010 | 1010101 | 1000001 | 0 | 1111 | 11100010 | 1001010 | 110001 |
Color Harmonies of #204CDA
Complementary color
Monochromatic Colors of #204CDA
Black with #204CDA
Text Example
Text Example
White with #204CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204CDA; }
p { color: rgb(32,76,218); }
H1.HeaderClassName
{
color: #204CDA;
}
.AnyTagClassName
{
color: #204CDA;
}
</style>
background-color css
<style>
a { background-color: #204CDA; }
a { background-color: rgb(32,76,218); }
div.DivClassName
{
background-color: #204CDA;
}
.BgClassName
{
background-color: #204CDA;
}
</style>
border-color css
<style>
span { border-color: #204CDA; }
span { border-color: rgb(32,76,218); }
td.TdClassName
{
border-color: #204CDA;
}
.TagClassName
{
border-color: #204CDA;
}
</style>