Shades of Royal Blue #255FFE
Tints of Royal Blue #255FFE
RGB
CMYK
RGB Variations
Color information
#255FFE (or 0x255FFE) is known color: Royal Blue. HEX triplet: 25, 5F and FE. RGB value is (37,95,254). Sum of RGB (Red+Green+Blue) = 37+95+254=386 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.59% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #255FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255FFE is #DAA001. Grayscale: #5F5F5F. Windows color (decimal): -14327810 or 16670501. OLE color: 16670501.
HSL color Cylindrical-coordinate representation of color #255FFE: hue angle of 223.96º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255FFE is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 95 | 254 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.00 |
| HSL | 223.96º | 0.99% | 0.57% | - |
| HSV(B) | 223.96º | 0.85% | 1% | - |
| XYZ | 22.74 | 15.73 | 95.6 | - |
| YUV | 95.78 | 217.28 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 254 | 0.85 | 0.63 | 0 | 0.00 | 223.96 | 0.99 | 0.57 |
| Hex | 25 | 5F | FE | 55 | 3F | 0 | 0 | E0 | 63 | 39 |
| Octal | 45 | 137 | 376 | 125 | 77 | 0 | 0 | 340 | 143 | 71 |
| Binary | 100101 | 1011111 | 11111110 | 1010101 | 111111 | 0 | 0 | 11100000 | 1100011 | 111001 |
Color Harmonies of #255FFE
Complementary color
Monochromatic Colors of #255FFE
Black with #255FFE
Text Example
Text Example
White with #255FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FFE; }
p { color: rgb(37,95,254); }
H1.HeaderClassName
{
color: #255FFE;
}
.AnyTagClassName
{
color: #255FFE;
}
</style>
background-color css
<style>
a { background-color: #255FFE; }
a { background-color: rgb(37,95,254); }
div.DivClassName
{
background-color: #255FFE;
}
.BgClassName
{
background-color: #255FFE;
}
</style>
border-color css
<style>
span { border-color: #255FFE; }
span { border-color: rgb(37,95,254); }
td.TdClassName
{
border-color: #255FFE;
}
.TagClassName
{
border-color: #255FFE;
}
</style>