Shades of Royal Blue #255AFE
Tints of Royal Blue #255AFE
RGB
CMYK
RGB Variations
Color information
#255AFE (or 0x255AFE) is known color: Royal Blue. HEX triplet: 25, 5A and FE. RGB value is (37,90,254). Sum of RGB (Red+Green+Blue) = 37+90+254=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #255AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255AFE is #DAA501. Grayscale: #5C5C5C. Windows color (decimal): -14329090 or 16669221. OLE color: 16669221.
HSL color Cylindrical-coordinate representation of color #255AFE: hue angle of 225.35º 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 #255AFE is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 90 | 254 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.00 |
| HSL | 225.35º | 0.99% | 0.57% | - |
| HSV(B) | 225.35º | 0.85% | 1% | - |
| XYZ | 22.31 | 14.86 | 95.46 | - |
| YUV | 92.85 | 218.94 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 254 | 0.85 | 0.65 | 0 | 0.00 | 225.35 | 0.99 | 0.57 |
| Hex | 25 | 5A | FE | 55 | 41 | 0 | 0 | E1 | 63 | 39 |
| Octal | 45 | 132 | 376 | 125 | 101 | 0 | 0 | 341 | 143 | 71 |
| Binary | 100101 | 1011010 | 11111110 | 1010101 | 1000001 | 0 | 0 | 11100001 | 1100011 | 111001 |
Color Harmonies of #255AFE
Complementary color
Monochromatic Colors of #255AFE
Black with #255AFE
Text Example
Text Example
White with #255AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AFE; }
p { color: rgb(37,90,254); }
H1.HeaderClassName
{
color: #255AFE;
}
.AnyTagClassName
{
color: #255AFE;
}
</style>
background-color css
<style>
a { background-color: #255AFE; }
a { background-color: rgb(37,90,254); }
div.DivClassName
{
background-color: #255AFE;
}
.BgClassName
{
background-color: #255AFE;
}
</style>
border-color css
<style>
span { border-color: #255AFE; }
span { border-color: rgb(37,90,254); }
td.TdClassName
{
border-color: #255AFE;
}
.TagClassName
{
border-color: #255AFE;
}
</style>