Shades of Royal Blue #255AF7
Tints of Royal Blue #255AF7
RGB
CMYK
RGB Variations
Color information
#255AF7 (or 0x255AF7) is known color: Royal Blue. HEX triplet: 25, 5A and F7. RGB value is (37,90,247). Sum of RGB (Red+Green+Blue) = 37+90+247=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 247 (96.88% from 255 or 66.04% from 374); Max value from RGB is 247 - color contains mainly: blue. Hex color #255AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255AF7 is #DAA508. Grayscale: #5B5B5B. Windows color (decimal): -14329097 or 16210469. OLE color: 16210469.
HSL color Cylindrical-coordinate representation of color #255AF7: hue angle of 224.86º 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 #255AF7 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 90 | 247 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.03 |
| HSL | 224.86º | 0.93% | 0.56% | - |
| HSV(B) | 224.86º | 0.85% | 0.97% | - |
| XYZ | 21.21 | 14.42 | 89.66 | - |
| YUV | 92.05 | 215.44 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 247 | 0.85 | 0.64 | 0 | 0.03 | 224.86 | 0.93 | 0.56 |
| Hex | 25 | 5A | F7 | 55 | 40 | 0 | 3 | E1 | 5D | 38 |
| Octal | 45 | 132 | 367 | 125 | 100 | 0 | 3 | 341 | 135 | 70 |
| Binary | 100101 | 1011010 | 11110111 | 1010101 | 1000000 | 0 | 11 | 11100001 | 1011101 | 111000 |
Color Harmonies of #255AF7
Complementary color
Monochromatic Colors of #255AF7
Black with #255AF7
Text Example
Text Example
White with #255AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AF7; }
p { color: rgb(37,90,247); }
H1.HeaderClassName
{
color: #255AF7;
}
.AnyTagClassName
{
color: #255AF7;
}
</style>
background-color css
<style>
a { background-color: #255AF7; }
a { background-color: rgb(37,90,247); }
div.DivClassName
{
background-color: #255AF7;
}
.BgClassName
{
background-color: #255AF7;
}
</style>
border-color css
<style>
span { border-color: #255AF7; }
span { border-color: rgb(37,90,247); }
td.TdClassName
{
border-color: #255AF7;
}
.TagClassName
{
border-color: #255AF7;
}
</style>