Shades of Royal Blue #2F70CE
Tints of Royal Blue #2F70CE
RGB
CMYK
RGB Variations
Color information
#2F70CE (or 0x2F70CE) is known color: Royal Blue. HEX triplet: 2F, 70 and CE. RGB value is (47,112,206). Sum of RGB (Red+Green+Blue) = 47+112+206=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F70CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F70CE is #D08F31. Grayscale: #666666. Windows color (decimal): -13668146 or 13529135. OLE color: 13529135.
HSL color Cylindrical-coordinate representation of color #2F70CE: hue angle of 215.47º 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 #2F70CE is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 112 | 206 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.19 |
| HSL | 215.47º | 0.63% | 0.5% | - |
| HSV(B) | 215.47º | 0.77% | 0.81% | - |
| XYZ | 18.11 | 16.65 | 60.65 | - |
| YUV | 103.28 | 185.97 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 206 | 0.77 | 0.46 | 0 | 0.19 | 215.47 | 0.63 | 0.5 |
| Hex | 2F | 70 | CE | 4D | 2E | 0 | 13 | D7 | 3F | 32 |
| Octal | 57 | 160 | 316 | 115 | 56 | 0 | 23 | 327 | 77 | 62 |
| Binary | 101111 | 1110000 | 11001110 | 1001101 | 101110 | 0 | 10011 | 11010111 | 111111 | 110010 |
Color Harmonies of #2F70CE
Complementary color
Monochromatic Colors of #2F70CE
Black with #2F70CE
Text Example
Text Example
White with #2F70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F70CE; }
p { color: rgb(47,112,206); }
H1.HeaderClassName
{
color: #2F70CE;
}
.AnyTagClassName
{
color: #2F70CE;
}
</style>
background-color css
<style>
a { background-color: #2F70CE; }
a { background-color: rgb(47,112,206); }
div.DivClassName
{
background-color: #2F70CE;
}
.BgClassName
{
background-color: #2F70CE;
}
</style>
border-color css
<style>
span { border-color: #2F70CE; }
span { border-color: rgb(47,112,206); }
td.TdClassName
{
border-color: #2F70CE;
}
.TagClassName
{
border-color: #2F70CE;
}
</style>