Shades of Royal Blue #2256F8
Tints of Royal Blue #2256F8
RGB
CMYK
RGB Variations
Color information
#2256F8 (or 0x2256F8) is known color: Royal Blue. HEX triplet: 22, 56 and F8. RGB value is (34,86,248). Sum of RGB (Red+Green+Blue) = 34+86+248=368 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.24% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 248 (97.27% from 255 or 67.39% from 368); Max value from RGB is 248 - color contains mainly: blue. Hex color #2256F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2256F8 is #DDA907. Grayscale: #585858. Windows color (decimal): -14526728 or 16274978. OLE color: 16274978.
HSL color Cylindrical-coordinate representation of color #2256F8: hue angle of 225.42º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2256F8 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 34 | 86 | 248 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.03 |
| HSL | 225.42º | 0.94% | 0.55% | - |
| HSV(B) | 225.42º | 0.86% | 0.97% | - |
| XYZ | 20.93 | 13.77 | 90.36 | - |
| YUV | 88.92 | 217.77 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 86 | 248 | 0.86 | 0.65 | 0 | 0.03 | 225.42 | 0.94 | 0.55 |
| Hex | 22 | 56 | F8 | 56 | 41 | 0 | 3 | E1 | 5E | 37 |
| Octal | 42 | 126 | 370 | 126 | 101 | 0 | 3 | 341 | 136 | 67 |
| Binary | 100010 | 1010110 | 11111000 | 1010110 | 1000001 | 0 | 11 | 11100001 | 1011110 | 110111 |
Color Harmonies of #2256F8
Complementary color
Monochromatic Colors of #2256F8
Black with #2256F8
Text Example
Text Example
White with #2256F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2256F8; }
p { color: rgb(34,86,248); }
H1.HeaderClassName
{
color: #2256F8;
}
.AnyTagClassName
{
color: #2256F8;
}
</style>
background-color css
<style>
a { background-color: #2256F8; }
a { background-color: rgb(34,86,248); }
div.DivClassName
{
background-color: #2256F8;
}
.BgClassName
{
background-color: #2256F8;
}
</style>
border-color css
<style>
span { border-color: #2256F8; }
span { border-color: rgb(34,86,248); }
td.TdClassName
{
border-color: #2256F8;
}
.TagClassName
{
border-color: #2256F8;
}
</style>