Shades of Royal Blue #2256F6
Tints of Royal Blue #2256F6
RGB
CMYK
RGB Variations
Color information
#2256F6 (or 0x2256F6) is known color: Royal Blue. HEX triplet: 22, 56 and F6. RGB value is (34,86,246). Sum of RGB (Red+Green+Blue) = 34+86+246=366 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.29% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 246 (96.48% from 255 or 67.21% from 366); Max value from RGB is 246 - color contains mainly: blue. Hex color #2256F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2256F6 is #DDA909. Grayscale: #585858. Windows color (decimal): -14526730 or 16143906. OLE color: 16143906.
HSL color Cylindrical-coordinate representation of color #2256F6: hue angle of 225.28º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2256F6 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 86 | 246 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.04 |
| HSL | 225.28º | 0.92% | 0.55% | - |
| HSV(B) | 225.28º | 0.86% | 0.96% | - |
| XYZ | 20.62 | 13.65 | 88.74 | - |
| YUV | 88.69 | 216.77 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 86 | 246 | 0.86 | 0.65 | 0 | 0.04 | 225.28 | 0.92 | 0.55 |
| Hex | 22 | 56 | F6 | 56 | 41 | 0 | 4 | E1 | 5C | 37 |
| Octal | 42 | 126 | 366 | 126 | 101 | 0 | 4 | 341 | 134 | 67 |
| Binary | 100010 | 1010110 | 11110110 | 1010110 | 1000001 | 0 | 100 | 11100001 | 1011100 | 110111 |
Color Harmonies of #2256F6
Complementary color
Monochromatic Colors of #2256F6
Black with #2256F6
Text Example
Text Example
White with #2256F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2256F6; }
p { color: rgb(34,86,246); }
H1.HeaderClassName
{
color: #2256F6;
}
.AnyTagClassName
{
color: #2256F6;
}
</style>
background-color css
<style>
a { background-color: #2256F6; }
a { background-color: rgb(34,86,246); }
div.DivClassName
{
background-color: #2256F6;
}
.BgClassName
{
background-color: #2256F6;
}
</style>
border-color css
<style>
span { border-color: #2256F6; }
span { border-color: rgb(34,86,246); }
td.TdClassName
{
border-color: #2256F6;
}
.TagClassName
{
border-color: #2256F6;
}
</style>