Shades of Royal Blue #2260DE
Tints of Royal Blue #2260DE
RGB
CMYK
RGB Variations
Color information
#2260DE (or 0x2260DE) is known color: Royal Blue. HEX triplet: 22, 60 and DE. RGB value is (34,96,222). Sum of RGB (Red+Green+Blue) = 34+96+222=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #2260DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2260DE is #DD9F21. Grayscale: #5B5B5B. Windows color (decimal): -14524194 or 14573602. OLE color: 14573602.
HSL color Cylindrical-coordinate representation of color #2260DE: hue angle of 220.21º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2260DE is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 96 | 222 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.13 |
| HSL | 220.21º | 0.74% | 0.5% | - |
| HSV(B) | 220.21º | 0.85% | 0.87% | - |
| XYZ | 18.03 | 13.98 | 70.86 | - |
| YUV | 91.83 | 201.46 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 96 | 222 | 0.85 | 0.57 | 0 | 0.13 | 220.21 | 0.74 | 0.5 |
| Hex | 22 | 60 | DE | 55 | 39 | 0 | D | DC | 4A | 32 |
| Octal | 42 | 140 | 336 | 125 | 71 | 0 | 15 | 334 | 112 | 62 |
| Binary | 100010 | 1100000 | 11011110 | 1010101 | 111001 | 0 | 1101 | 11011100 | 1001010 | 110010 |
Color Harmonies of #2260DE
Complementary color
Monochromatic Colors of #2260DE
Black with #2260DE
Text Example
Text Example
White with #2260DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2260DE; }
p { color: rgb(34,96,222); }
H1.HeaderClassName
{
color: #2260DE;
}
.AnyTagClassName
{
color: #2260DE;
}
</style>
background-color css
<style>
a { background-color: #2260DE; }
a { background-color: rgb(34,96,222); }
div.DivClassName
{
background-color: #2260DE;
}
.BgClassName
{
background-color: #2260DE;
}
</style>
border-color css
<style>
span { border-color: #2260DE; }
span { border-color: rgb(34,96,222); }
td.TdClassName
{
border-color: #2260DE;
}
.TagClassName
{
border-color: #2260DE;
}
</style>