Shades of Royal Blue #2569F7
Tints of Royal Blue #2569F7
RGB
CMYK
RGB Variations
Color information
#2569F7 (or 0x2569F7) is known color: Royal Blue. HEX triplet: 25, 69 and F7. RGB value is (37,105,247). Sum of RGB (Red+Green+Blue) = 37+105+247=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #2569F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2569F7 is #DA9608. Grayscale: #646464. Windows color (decimal): -14325257 or 16214309. OLE color: 16214309.
HSL color Cylindrical-coordinate representation of color #2569F7: hue angle of 220.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2569F7 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 105 | 247 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.03 |
| HSL | 220.57º | 0.93% | 0.56% | - |
| HSV(B) | 220.57º | 0.85% | 0.97% | - |
| XYZ | 22.6 | 17.21 | 90.13 | - |
| YUV | 100.86 | 210.47 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 247 | 0.85 | 0.57 | 0 | 0.03 | 220.57 | 0.93 | 0.56 |
| Hex | 25 | 69 | F7 | 55 | 39 | 0 | 3 | DD | 5D | 38 |
| Octal | 45 | 151 | 367 | 125 | 71 | 0 | 3 | 335 | 135 | 70 |
| Binary | 100101 | 1101001 | 11110111 | 1010101 | 111001 | 0 | 11 | 11011101 | 1011101 | 111000 |
Color Harmonies of #2569F7
Complementary color
Monochromatic Colors of #2569F7
Black with #2569F7
Text Example
Text Example
White with #2569F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2569F7; }
p { color: rgb(37,105,247); }
H1.HeaderClassName
{
color: #2569F7;
}
.AnyTagClassName
{
color: #2569F7;
}
</style>
background-color css
<style>
a { background-color: #2569F7; }
a { background-color: rgb(37,105,247); }
div.DivClassName
{
background-color: #2569F7;
}
.BgClassName
{
background-color: #2569F7;
}
</style>
border-color css
<style>
span { border-color: #2569F7; }
span { border-color: rgb(37,105,247); }
td.TdClassName
{
border-color: #2569F7;
}
.TagClassName
{
border-color: #2569F7;
}
</style>