Shades of Royal Blue #2264ED
Tints of Royal Blue #2264ED
RGB
CMYK
RGB Variations
Color information
#2264ED (or 0x2264ED) is known color: Royal Blue. HEX triplet: 22, 64 and ED. RGB value is (34,100,237). Sum of RGB (Red+Green+Blue) = 34+100+237=371 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.16% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #2264ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2264ED is #DD9B12. Grayscale: #5F5F5F. Windows color (decimal): -14523155 or 15557666. OLE color: 15557666.
HSL color Cylindrical-coordinate representation of color #2264ED: hue angle of 220.49º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2264ED is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 100 | 237 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.07 |
| HSL | 220.49º | 0.85% | 0.53% | - |
| HSV(B) | 220.49º | 0.86% | 0.93% | - |
| XYZ | 20.5 | 15.57 | 82.05 | - |
| YUV | 95.88 | 207.63 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 100 | 237 | 0.86 | 0.58 | 0 | 0.07 | 220.49 | 0.85 | 0.53 |
| Hex | 22 | 64 | ED | 56 | 3A | 0 | 7 | DC | 55 | 35 |
| Octal | 42 | 144 | 355 | 126 | 72 | 0 | 7 | 334 | 125 | 65 |
| Binary | 100010 | 1100100 | 11101101 | 1010110 | 111010 | 0 | 111 | 11011100 | 1010101 | 110101 |
Color Harmonies of #2264ED
Complementary color
Monochromatic Colors of #2264ED
Black with #2264ED
Text Example
Text Example
White with #2264ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2264ED; }
p { color: rgb(34,100,237); }
H1.HeaderClassName
{
color: #2264ED;
}
.AnyTagClassName
{
color: #2264ED;
}
</style>
background-color css
<style>
a { background-color: #2264ED; }
a { background-color: rgb(34,100,237); }
div.DivClassName
{
background-color: #2264ED;
}
.BgClassName
{
background-color: #2264ED;
}
</style>
border-color css
<style>
span { border-color: #2264ED; }
span { border-color: rgb(34,100,237); }
td.TdClassName
{
border-color: #2264ED;
}
.TagClassName
{
border-color: #2264ED;
}
</style>