Shades of Cerulean Blue #204ACF
Tints of Cerulean Blue #204ACF
RGB
CMYK
RGB Variations
Color information
#204ACF (or 0x204ACF) is known color: Cerulean Blue. HEX triplet: 20, 4A and CF. RGB value is (32,74,207). Sum of RGB (Red+Green+Blue) = 32+74+207=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #204ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204ACF is #DFB530. Grayscale: #4C4C4C. Windows color (decimal): -14660913 or 13584928. OLE color: 13584928.
HSL color Cylindrical-coordinate representation of color #204ACF: hue angle of 225.6º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #204ACF is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 74 | 207 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.19 |
| HSL | 225.6º | 0.73% | 0.47% | - |
| HSV(B) | 225.6º | 0.85% | 0.81% | - |
| XYZ | 14.31 | 9.71 | 60.15 | - |
| YUV | 76.6 | 201.59 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 207 | 0.85 | 0.64 | 0 | 0.19 | 225.6 | 0.73 | 0.47 |
| Hex | 20 | 4A | CF | 55 | 40 | 0 | 13 | E2 | 49 | 2F |
| Octal | 40 | 112 | 317 | 125 | 100 | 0 | 23 | 342 | 111 | 57 |
| Binary | 100000 | 1001010 | 11001111 | 1010101 | 1000000 | 0 | 10011 | 11100010 | 1001001 | 101111 |
Color Harmonies of #204ACF
Complementary color
Monochromatic Colors of #204ACF
Black with #204ACF
Text Example
Text Example
White with #204ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204ACF; }
p { color: rgb(32,74,207); }
H1.HeaderClassName
{
color: #204ACF;
}
.AnyTagClassName
{
color: #204ACF;
}
</style>
background-color css
<style>
a { background-color: #204ACF; }
a { background-color: rgb(32,74,207); }
div.DivClassName
{
background-color: #204ACF;
}
.BgClassName
{
background-color: #204ACF;
}
</style>
border-color css
<style>
span { border-color: #204ACF; }
span { border-color: rgb(32,74,207); }
td.TdClassName
{
border-color: #204ACF;
}
.TagClassName
{
border-color: #204ACF;
}
</style>