Shades of Royal Blue #255AF5
Tints of Royal Blue #255AF5
RGB
CMYK
RGB Variations
Color information
#255AF5 (or 0x255AF5) is known color: Royal Blue. HEX triplet: 25, 5A and F5. RGB value is (37,90,245). Sum of RGB (Red+Green+Blue) = 37+90+245=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 245 (96.09% from 255 or 65.86% from 372); Max value from RGB is 245 - color contains mainly: blue. Hex color #255AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255AF5 is #DAA50A. Grayscale: #5B5B5B. Windows color (decimal): -14329099 or 16079397. OLE color: 16079397.
HSL color Cylindrical-coordinate representation of color #255AF5: hue angle of 224.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255AF5 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 90 | 245 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.04 |
| HSL | 224.71º | 0.91% | 0.55% | - |
| HSV(B) | 224.71º | 0.85% | 0.96% | - |
| XYZ | 20.9 | 14.3 | 88.04 | - |
| YUV | 91.82 | 214.44 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 245 | 0.85 | 0.63 | 0 | 0.04 | 224.71 | 0.91 | 0.55 |
| Hex | 25 | 5A | F5 | 55 | 3F | 0 | 4 | E1 | 5B | 37 |
| Octal | 45 | 132 | 365 | 125 | 77 | 0 | 4 | 341 | 133 | 67 |
| Binary | 100101 | 1011010 | 11110101 | 1010101 | 111111 | 0 | 100 | 11100001 | 1011011 | 110111 |
Color Harmonies of #255AF5
Complementary color
Monochromatic Colors of #255AF5
Black with #255AF5
Text Example
Text Example
White with #255AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AF5; }
p { color: rgb(37,90,245); }
H1.HeaderClassName
{
color: #255AF5;
}
.AnyTagClassName
{
color: #255AF5;
}
</style>
background-color css
<style>
a { background-color: #255AF5; }
a { background-color: rgb(37,90,245); }
div.DivClassName
{
background-color: #255AF5;
}
.BgClassName
{
background-color: #255AF5;
}
</style>
border-color css
<style>
span { border-color: #255AF5; }
span { border-color: rgb(37,90,245); }
td.TdClassName
{
border-color: #255AF5;
}
.TagClassName
{
border-color: #255AF5;
}
</style>