Shades of Royal Blue #255DFF
Tints of Royal Blue #255DFF
RGB
CMYK
RGB Variations
Color information
#255DFF (or 0x255DFF) is known color: Royal Blue. HEX triplet: 25, 5D and FF. RGB value is (37,93,255). Sum of RGB (Red+Green+Blue) = 37+93+255=385 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.61% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #255DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255DFF is #DAA200. Grayscale: #5E5E5E. Windows color (decimal): -14328321 or 16735525. OLE color: 16735525.
HSL color Cylindrical-coordinate representation of color #255DFF: hue angle of 224.59º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255DFF is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 93 | 255 | - |
| CMYK | 0.85 | 0.64 | 0 | 0 |
| HSL | 224.59º | 1% | 0.57% | - |
| HSV(B) | 224.59º | 0.85% | 1% | - |
| XYZ | 22.73 | 15.44 | 96.39 | - |
| YUV | 94.72 | 218.45 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 255 | 0.85 | 0.64 | 0 | 0 | 224.59 | 1 | 0.57 |
| Hex | 25 | 5D | FF | 55 | 40 | 0 | 0 | E1 | 64 | 39 |
| Octal | 45 | 135 | 377 | 125 | 100 | 0 | 0 | 341 | 144 | 71 |
| Binary | 100101 | 1011101 | 11111111 | 1010101 | 1000000 | 0 | 0 | 11100001 | 1100100 | 111001 |
Color Harmonies of #255DFF
Complementary color
Monochromatic Colors of #255DFF
Black with #255DFF
Text Example
Text Example
White with #255DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255DFF; }
p { color: rgb(37,93,255); }
H1.HeaderClassName
{
color: #255DFF;
}
.AnyTagClassName
{
color: #255DFF;
}
</style>
background-color css
<style>
a { background-color: #255DFF; }
a { background-color: rgb(37,93,255); }
div.DivClassName
{
background-color: #255DFF;
}
.BgClassName
{
background-color: #255DFF;
}
</style>
border-color css
<style>
span { border-color: #255DFF; }
span { border-color: rgb(37,93,255); }
td.TdClassName
{
border-color: #255DFF;
}
.TagClassName
{
border-color: #255DFF;
}
</style>