Shades of Cerulean Blue #204BDA
Tints of Cerulean Blue #204BDA
RGB
CMYK
RGB Variations
Color information
#204BDA (or 0x204BDA) is known color: Cerulean Blue. HEX triplet: 20, 4B and DA. RGB value is (32,75,218). Sum of RGB (Red+Green+Blue) = 32+75+218=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #204BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204BDA is #DFB425. Grayscale: #4D4D4D. Windows color (decimal): -14660646 or 14306080. OLE color: 14306080.
HSL color Cylindrical-coordinate representation of color #204BDA: hue angle of 226.13º 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 #204BDA is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 75 | 218 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.15 |
| HSL | 226.13º | 0.74% | 0.49% | - |
| HSV(B) | 226.13º | 0.85% | 0.85% | - |
| XYZ | 15.77 | 10.4 | 67.51 | - |
| YUV | 78.45 | 206.75 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 218 | 0.85 | 0.66 | 0 | 0.15 | 226.13 | 0.74 | 0.49 |
| Hex | 20 | 4B | DA | 55 | 42 | 0 | F | E2 | 4A | 31 |
| Octal | 40 | 113 | 332 | 125 | 102 | 0 | 17 | 342 | 112 | 61 |
| Binary | 100000 | 1001011 | 11011010 | 1010101 | 1000010 | 0 | 1111 | 11100010 | 1001010 | 110001 |
Color Harmonies of #204BDA
Complementary color
Monochromatic Colors of #204BDA
Black with #204BDA
Text Example
Text Example
White with #204BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204BDA; }
p { color: rgb(32,75,218); }
H1.HeaderClassName
{
color: #204BDA;
}
.AnyTagClassName
{
color: #204BDA;
}
</style>
background-color css
<style>
a { background-color: #204BDA; }
a { background-color: rgb(32,75,218); }
div.DivClassName
{
background-color: #204BDA;
}
.BgClassName
{
background-color: #204BDA;
}
</style>
border-color css
<style>
span { border-color: #204BDA; }
span { border-color: rgb(32,75,218); }
td.TdClassName
{
border-color: #204BDA;
}
.TagClassName
{
border-color: #204BDA;
}
</style>