Shades of Cerulean Blue #2F51C7
Tints of Cerulean Blue #2F51C7
RGB
CMYK
RGB Variations
Color information
#2F51C7 (or 0x2F51C7) is known color: Cerulean Blue. HEX triplet: 2F, 51 and C7. RGB value is (47,81,199). Sum of RGB (Red+Green+Blue) = 47+81+199=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 199 (78.12% from 255 or 60.86% from 327); Max value from RGB is 199 - color contains mainly: blue. Hex color #2F51C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F51C7 is #D0AE38. Grayscale: #535353. Windows color (decimal): -13676089 or 13062447. OLE color: 13062447.
HSL color Cylindrical-coordinate representation of color #2F51C7: hue angle of 226.58º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F51C7 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 81 | 199 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.22 |
| HSL | 226.58º | 0.62% | 0.48% | - |
| HSV(B) | 226.58º | 0.76% | 0.78% | - |
| XYZ | 14.42 | 10.61 | 55.32 | - |
| YUV | 84.29 | 192.74 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 81 | 199 | 0.76 | 0.59 | 0 | 0.22 | 226.58 | 0.62 | 0.48 |
| Hex | 2F | 51 | C7 | 4C | 3B | 0 | 16 | E3 | 3E | 30 |
| Octal | 57 | 121 | 307 | 114 | 73 | 0 | 26 | 343 | 76 | 60 |
| Binary | 101111 | 1010001 | 11000111 | 1001100 | 111011 | 0 | 10110 | 11100011 | 111110 | 110000 |
Color Harmonies of #2F51C7
Complementary color
Monochromatic Colors of #2F51C7
Black with #2F51C7
Text Example
Text Example
White with #2F51C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F51C7; }
p { color: rgb(47,81,199); }
H1.HeaderClassName
{
color: #2F51C7;
}
.AnyTagClassName
{
color: #2F51C7;
}
</style>
background-color css
<style>
a { background-color: #2F51C7; }
a { background-color: rgb(47,81,199); }
div.DivClassName
{
background-color: #2F51C7;
}
.BgClassName
{
background-color: #2F51C7;
}
</style>
border-color css
<style>
span { border-color: #2F51C7; }
span { border-color: rgb(47,81,199); }
td.TdClassName
{
border-color: #2F51C7;
}
.TagClassName
{
border-color: #2F51C7;
}
</style>