Shades of Cerulean Blue #2F62CF
Tints of Cerulean Blue #2F62CF
RGB
CMYK
RGB Variations
Color information
#2F62CF (or 0x2F62CF) is known color: Cerulean Blue. HEX triplet: 2F, 62 and CF. RGB value is (47,98,207). Sum of RGB (Red+Green+Blue) = 47+98+207=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F62CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F62CF is #D09D30. Grayscale: #5E5E5E. Windows color (decimal): -13671729 or 13591087. OLE color: 13591087.
HSL color Cylindrical-coordinate representation of color #2F62CF: hue angle of 220.88º 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 #2F62CF is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 98 | 207 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.19 |
| HSL | 220.88º | 0.63% | 0.5% | - |
| HSV(B) | 220.88º | 0.77% | 0.81% | - |
| XYZ | 16.8 | 13.84 | 60.82 | - |
| YUV | 95.18 | 191.1 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 207 | 0.77 | 0.53 | 0 | 0.19 | 220.88 | 0.63 | 0.5 |
| Hex | 2F | 62 | CF | 4D | 35 | 0 | 13 | DD | 3F | 32 |
| Octal | 57 | 142 | 317 | 115 | 65 | 0 | 23 | 335 | 77 | 62 |
| Binary | 101111 | 1100010 | 11001111 | 1001101 | 110101 | 0 | 10011 | 11011101 | 111111 | 110010 |
Color Harmonies of #2F62CF
Complementary color
Monochromatic Colors of #2F62CF
Black with #2F62CF
Text Example
Text Example
White with #2F62CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F62CF; }
p { color: rgb(47,98,207); }
H1.HeaderClassName
{
color: #2F62CF;
}
.AnyTagClassName
{
color: #2F62CF;
}
</style>
background-color css
<style>
a { background-color: #2F62CF; }
a { background-color: rgb(47,98,207); }
div.DivClassName
{
background-color: #2F62CF;
}
.BgClassName
{
background-color: #2F62CF;
}
</style>
border-color css
<style>
span { border-color: #2F62CF; }
span { border-color: rgb(47,98,207); }
td.TdClassName
{
border-color: #2F62CF;
}
.TagClassName
{
border-color: #2F62CF;
}
</style>