Shades of Cerulean Blue #2F46CE
Tints of Cerulean Blue #2F46CE
RGB
CMYK
RGB Variations
Color information
#2F46CE (or 0x2F46CE) is known color: Cerulean Blue. HEX triplet: 2F, 46 and CE. RGB value is (47,70,206). Sum of RGB (Red+Green+Blue) = 47+70+206=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F46CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F46CE is #D0B931. Grayscale: #4E4E4E. Windows color (decimal): -13678898 or 13518383. OLE color: 13518383.
HSL color Cylindrical-coordinate representation of color #2F46CE: hue angle of 231.32º 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 #2F46CE is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 70 | 206 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.19 |
| HSL | 231.32º | 0.63% | 0.5% | - |
| HSV(B) | 231.32º | 0.77% | 0.81% | - |
| XYZ | 14.5 | 9.44 | 59.45 | - |
| YUV | 78.63 | 199.88 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 206 | 0.77 | 0.66 | 0 | 0.19 | 231.32 | 0.63 | 0.5 |
| Hex | 2F | 46 | CE | 4D | 42 | 0 | 13 | E7 | 3F | 32 |
| Octal | 57 | 106 | 316 | 115 | 102 | 0 | 23 | 347 | 77 | 62 |
| Binary | 101111 | 1000110 | 11001110 | 1001101 | 1000010 | 0 | 10011 | 11100111 | 111111 | 110010 |
Color Harmonies of #2F46CE
Complementary color
Monochromatic Colors of #2F46CE
Black with #2F46CE
Text Example
Text Example
White with #2F46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F46CE; }
p { color: rgb(47,70,206); }
H1.HeaderClassName
{
color: #2F46CE;
}
.AnyTagClassName
{
color: #2F46CE;
}
</style>
background-color css
<style>
a { background-color: #2F46CE; }
a { background-color: rgb(47,70,206); }
div.DivClassName
{
background-color: #2F46CE;
}
.BgClassName
{
background-color: #2F46CE;
}
</style>
border-color css
<style>
span { border-color: #2F46CE; }
span { border-color: rgb(47,70,206); }
td.TdClassName
{
border-color: #2F46CE;
}
.TagClassName
{
border-color: #2F46CE;
}
</style>