Shades of Royal Blue #2670DF
Tints of Royal Blue #2670DF
RGB
CMYK
RGB Variations
Color information
#2670DF (or 0x2670DF) is known color: Royal Blue. HEX triplet: 26, 70 and DF. RGB value is (38,112,223). Sum of RGB (Red+Green+Blue) = 38+112+223=373 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.19% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #2670DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2670DF is #D98F20. Grayscale: #666666. Windows color (decimal): -14257953 or 14643238. OLE color: 14643238.
HSL color Cylindrical-coordinate representation of color #2670DF: hue angle of 216º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2670DF is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 112 | 223 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.13 |
| HSL | 216º | 0.74% | 0.51% | - |
| HSV(B) | 216º | 0.83% | 0.87% | - |
| XYZ | 19.91 | 17.33 | 72.11 | - |
| YUV | 102.53 | 195.98 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 112 | 223 | 0.83 | 0.50 | 0 | 0.13 | 216 | 0.74 | 0.51 |
| Hex | 26 | 70 | DF | 53 | 32 | 0 | D | D8 | 4A | 33 |
| Octal | 46 | 160 | 337 | 123 | 62 | 0 | 15 | 330 | 112 | 63 |
| Binary | 100110 | 1110000 | 11011111 | 1010011 | 110010 | 0 | 1101 | 11011000 | 1001010 | 110011 |
Color Harmonies of #2670DF
Complementary color
Monochromatic Colors of #2670DF
Black with #2670DF
Text Example
Text Example
White with #2670DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2670DF; }
p { color: rgb(38,112,223); }
H1.HeaderClassName
{
color: #2670DF;
}
.AnyTagClassName
{
color: #2670DF;
}
</style>
background-color css
<style>
a { background-color: #2670DF; }
a { background-color: rgb(38,112,223); }
div.DivClassName
{
background-color: #2670DF;
}
.BgClassName
{
background-color: #2670DF;
}
</style>
border-color css
<style>
span { border-color: #2670DF; }
span { border-color: rgb(38,112,223); }
td.TdClassName
{
border-color: #2670DF;
}
.TagClassName
{
border-color: #2670DF;
}
</style>