Shades of Royal Blue #2259F9
Tints of Royal Blue #2259F9
RGB
CMYK
RGB Variations
Color information
#2259F9 (or 0x2259F9) is known color: Royal Blue. HEX triplet: 22, 59 and F9. RGB value is (34,89,249). Sum of RGB (Red+Green+Blue) = 34+89+249=372 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.14% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 249 (97.66% from 255 or 66.94% from 372); Max value from RGB is 249 - color contains mainly: blue. Hex color #2259F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2259F9 is #DDA606. Grayscale: #5A5A5A. Windows color (decimal): -14525959 or 16341282. OLE color: 16341282.
HSL color Cylindrical-coordinate representation of color #2259F9: hue angle of 224.65º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2259F9 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 89 | 249 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.02 |
| HSL | 224.65º | 0.95% | 0.55% | - |
| HSV(B) | 224.65º | 0.86% | 0.98% | - |
| XYZ | 21.33 | 14.32 | 91.26 | - |
| YUV | 90.8 | 217.28 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 249 | 0.86 | 0.64 | 0 | 0.02 | 224.65 | 0.95 | 0.55 |
| Hex | 22 | 59 | F9 | 56 | 40 | 0 | 2 | E1 | 5F | 37 |
| Octal | 42 | 131 | 371 | 126 | 100 | 0 | 2 | 341 | 137 | 67 |
| Binary | 100010 | 1011001 | 11111001 | 1010110 | 1000000 | 0 | 10 | 11100001 | 1011111 | 110111 |
Color Harmonies of #2259F9
Complementary color
Monochromatic Colors of #2259F9
Black with #2259F9
Text Example
Text Example
White with #2259F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2259F9; }
p { color: rgb(34,89,249); }
H1.HeaderClassName
{
color: #2259F9;
}
.AnyTagClassName
{
color: #2259F9;
}
</style>
background-color css
<style>
a { background-color: #2259F9; }
a { background-color: rgb(34,89,249); }
div.DivClassName
{
background-color: #2259F9;
}
.BgClassName
{
background-color: #2259F9;
}
</style>
border-color css
<style>
span { border-color: #2259F9; }
span { border-color: rgb(34,89,249); }
td.TdClassName
{
border-color: #2259F9;
}
.TagClassName
{
border-color: #2259F9;
}
</style>