Shades of Royal Blue #2D70CE
Tints of Royal Blue #2D70CE
RGB
CMYK
RGB Variations
Color information
#2D70CE (or 0x2D70CE) is known color: Royal Blue. HEX triplet: 2D, 70 and CE. RGB value is (45,112,206). Sum of RGB (Red+Green+Blue) = 45+112+206=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D70CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D70CE is #D28F31. Grayscale: #666666. Windows color (decimal): -13799218 or 13529133. OLE color: 13529133.
HSL color Cylindrical-coordinate representation of color #2D70CE: hue angle of 215.03º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D70CE is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 112 | 206 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.19 |
| HSL | 215.03º | 0.64% | 0.49% | - |
| HSV(B) | 215.03º | 0.78% | 0.81% | - |
| XYZ | 18.02 | 16.6 | 60.65 | - |
| YUV | 102.68 | 186.3 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 206 | 0.78 | 0.46 | 0 | 0.19 | 215.03 | 0.64 | 0.49 |
| Hex | 2D | 70 | CE | 4E | 2E | 0 | 13 | D7 | 40 | 31 |
| Octal | 55 | 160 | 316 | 116 | 56 | 0 | 23 | 327 | 100 | 61 |
| Binary | 101101 | 1110000 | 11001110 | 1001110 | 101110 | 0 | 10011 | 11010111 | 1000000 | 110001 |
Color Harmonies of #2D70CE
Complementary color
Monochromatic Colors of #2D70CE
Black with #2D70CE
Text Example
Text Example
White with #2D70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D70CE; }
p { color: rgb(45,112,206); }
H1.HeaderClassName
{
color: #2D70CE;
}
.AnyTagClassName
{
color: #2D70CE;
}
</style>
background-color css
<style>
a { background-color: #2D70CE; }
a { background-color: rgb(45,112,206); }
div.DivClassName
{
background-color: #2D70CE;
}
.BgClassName
{
background-color: #2D70CE;
}
</style>
border-color css
<style>
span { border-color: #2D70CE; }
span { border-color: rgb(45,112,206); }
td.TdClassName
{
border-color: #2D70CE;
}
.TagClassName
{
border-color: #2D70CE;
}
</style>