Shades of Cerulean Blue #214ACF
Tints of Cerulean Blue #214ACF
RGB
CMYK
RGB Variations
Color information
#214ACF (or 0x214ACF) is known color: Cerulean Blue. HEX triplet: 21, 4A and CF. RGB value is (33,74,207). Sum of RGB (Red+Green+Blue) = 33+74+207=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #214ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214ACF is #DEB530. Grayscale: #4C4C4C. Windows color (decimal): -14595377 or 13584929. OLE color: 13584929.
HSL color Cylindrical-coordinate representation of color #214ACF: hue angle of 225.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214ACF is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 74 | 207 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.19 |
| HSL | 225.86º | 0.73% | 0.47% | - |
| HSV(B) | 225.86º | 0.84% | 0.81% | - |
| XYZ | 14.34 | 9.73 | 60.15 | - |
| YUV | 76.9 | 201.42 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 207 | 0.84 | 0.64 | 0 | 0.19 | 225.86 | 0.73 | 0.47 |
| Hex | 21 | 4A | CF | 54 | 40 | 0 | 13 | E2 | 48 | 2F |
| Octal | 41 | 112 | 317 | 124 | 100 | 0 | 23 | 342 | 110 | 57 |
| Binary | 100001 | 1001010 | 11001111 | 1010100 | 1000000 | 0 | 10011 | 11100010 | 1001000 | 101111 |
Color Harmonies of #214ACF
Complementary color
Monochromatic Colors of #214ACF
Black with #214ACF
Text Example
Text Example
White with #214ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214ACF; }
p { color: rgb(33,74,207); }
H1.HeaderClassName
{
color: #214ACF;
}
.AnyTagClassName
{
color: #214ACF;
}
</style>
background-color css
<style>
a { background-color: #214ACF; }
a { background-color: rgb(33,74,207); }
div.DivClassName
{
background-color: #214ACF;
}
.BgClassName
{
background-color: #214ACF;
}
</style>
border-color css
<style>
span { border-color: #214ACF; }
span { border-color: rgb(33,74,207); }
td.TdClassName
{
border-color: #214ACF;
}
.TagClassName
{
border-color: #214ACF;
}
</style>