Shades of Cerulean Blue #2F66CE
Tints of Cerulean Blue #2F66CE
RGB
CMYK
RGB Variations
Color information
#2F66CE (or 0x2F66CE) is known color: Cerulean Blue. HEX triplet: 2F, 66 and CE. RGB value is (47,102,206). Sum of RGB (Red+Green+Blue) = 47+102+206=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F66CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F66CE is #D09931. Grayscale: #606060. Windows color (decimal): -13670706 or 13526575. OLE color: 13526575.
HSL color Cylindrical-coordinate representation of color #2F66CE: hue angle of 219.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F66CE is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 102 | 206 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.19 |
| HSL | 219.25º | 0.63% | 0.5% | - |
| HSV(B) | 219.25º | 0.77% | 0.81% | - |
| XYZ | 17.06 | 14.56 | 60.3 | - |
| YUV | 97.41 | 189.28 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 206 | 0.77 | 0.50 | 0 | 0.19 | 219.25 | 0.63 | 0.5 |
| Hex | 2F | 66 | CE | 4D | 32 | 0 | 13 | DB | 3F | 32 |
| Octal | 57 | 146 | 316 | 115 | 62 | 0 | 23 | 333 | 77 | 62 |
| Binary | 101111 | 1100110 | 11001110 | 1001101 | 110010 | 0 | 10011 | 11011011 | 111111 | 110010 |
Color Harmonies of #2F66CE
Complementary color
Monochromatic Colors of #2F66CE
Black with #2F66CE
Text Example
Text Example
White with #2F66CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F66CE; }
p { color: rgb(47,102,206); }
H1.HeaderClassName
{
color: #2F66CE;
}
.AnyTagClassName
{
color: #2F66CE;
}
</style>
background-color css
<style>
a { background-color: #2F66CE; }
a { background-color: rgb(47,102,206); }
div.DivClassName
{
background-color: #2F66CE;
}
.BgClassName
{
background-color: #2F66CE;
}
</style>
border-color css
<style>
span { border-color: #2F66CE; }
span { border-color: rgb(47,102,206); }
td.TdClassName
{
border-color: #2F66CE;
}
.TagClassName
{
border-color: #2F66CE;
}
</style>