Shades of Royal Blue #2257ED
Tints of Royal Blue #2257ED
RGB
CMYK
RGB Variations
Color information
#2257ED (or 0x2257ED) is known color: Royal Blue. HEX triplet: 22, 57 and ED. RGB value is (34,87,237). Sum of RGB (Red+Green+Blue) = 34+87+237=358 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.50% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #2257ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2257ED is #DDA812. Grayscale: #575757. Windows color (decimal): -14526483 or 15554338. OLE color: 15554338.
HSL color Cylindrical-coordinate representation of color #2257ED: hue angle of 224.33º 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 #2257ED is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 87 | 237 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.07 |
| HSL | 224.34º | 0.85% | 0.53% | - |
| HSV(B) | 224.34º | 0.86% | 0.93% | - |
| XYZ | 19.35 | 13.27 | 81.66 | - |
| YUV | 88.25 | 211.94 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 87 | 237 | 0.86 | 0.63 | 0 | 0.07 | 224.34 | 0.85 | 0.53 |
| Hex | 22 | 57 | ED | 56 | 3F | 0 | 7 | E0 | 55 | 35 |
| Octal | 42 | 127 | 355 | 126 | 77 | 0 | 7 | 340 | 125 | 65 |
| Binary | 100010 | 1010111 | 11101101 | 1010110 | 111111 | 0 | 111 | 11100000 | 1010101 | 110101 |
Color Harmonies of #2257ED
Complementary color
Monochromatic Colors of #2257ED
Black with #2257ED
Text Example
Text Example
White with #2257ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2257ED; }
p { color: rgb(34,87,237); }
H1.HeaderClassName
{
color: #2257ED;
}
.AnyTagClassName
{
color: #2257ED;
}
</style>
background-color css
<style>
a { background-color: #2257ED; }
a { background-color: rgb(34,87,237); }
div.DivClassName
{
background-color: #2257ED;
}
.BgClassName
{
background-color: #2257ED;
}
</style>
border-color css
<style>
span { border-color: #2257ED; }
span { border-color: rgb(34,87,237); }
td.TdClassName
{
border-color: #2257ED;
}
.TagClassName
{
border-color: #2257ED;
}
</style>