Shades of Royal Blue #2256EF
Tints of Royal Blue #2256EF
RGB
CMYK
RGB Variations
Color information
#2256EF (or 0x2256EF) is known color: Royal Blue. HEX triplet: 22, 56 and EF. RGB value is (34,86,239). Sum of RGB (Red+Green+Blue) = 34+86+239=359 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.47% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #2256EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2256EF is #DDA910. Grayscale: #575757. Windows color (decimal): -14526737 or 15685154. OLE color: 15685154.
HSL color Cylindrical-coordinate representation of color #2256EF: hue angle of 224.78º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2256EF is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 86 | 239 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.06 |
| HSL | 224.78º | 0.86% | 0.54% | - |
| HSV(B) | 224.78º | 0.86% | 0.94% | - |
| XYZ | 19.57 | 13.23 | 83.18 | - |
| YUV | 87.89 | 213.27 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 86 | 239 | 0.86 | 0.64 | 0 | 0.06 | 224.78 | 0.86 | 0.54 |
| Hex | 22 | 56 | EF | 56 | 40 | 0 | 6 | E1 | 56 | 36 |
| Octal | 42 | 126 | 357 | 126 | 100 | 0 | 6 | 341 | 126 | 66 |
| Binary | 100010 | 1010110 | 11101111 | 1010110 | 1000000 | 0 | 110 | 11100001 | 1010110 | 110110 |
Color Harmonies of #2256EF
Complementary color
Monochromatic Colors of #2256EF
Black with #2256EF
Text Example
Text Example
White with #2256EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2256EF; }
p { color: rgb(34,86,239); }
H1.HeaderClassName
{
color: #2256EF;
}
.AnyTagClassName
{
color: #2256EF;
}
</style>
background-color css
<style>
a { background-color: #2256EF; }
a { background-color: rgb(34,86,239); }
div.DivClassName
{
background-color: #2256EF;
}
.BgClassName
{
background-color: #2256EF;
}
</style>
border-color css
<style>
span { border-color: #2256EF; }
span { border-color: rgb(34,86,239); }
td.TdClassName
{
border-color: #2256EF;
}
.TagClassName
{
border-color: #2256EF;
}
</style>