Shades of Royal Blue #255EFF
Tints of Royal Blue #255EFF
RGB
CMYK
RGB Variations
Color information
#255EFF (or 0x255EFF) is known color: Royal Blue. HEX triplet: 25, 5E and FF. RGB value is (37,94,255). Sum of RGB (Red+Green+Blue) = 37+94+255=386 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.59% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #255EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255EFF is #DAA100. Grayscale: #5E5E5E. Windows color (decimal): -14328065 or 16735781. OLE color: 16735781.
HSL color Cylindrical-coordinate representation of color #255EFF: hue angle of 224.31º 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 #255EFF is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 94 | 255 | - |
| CMYK | 0.85 | 0.63 | 0 | 0 |
| HSL | 224.31º | 1% | 0.57% | - |
| HSV(B) | 224.31º | 0.85% | 1% | - |
| XYZ | 22.82 | 15.62 | 96.42 | - |
| YUV | 95.31 | 218.12 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 255 | 0.85 | 0.63 | 0 | 0 | 224.31 | 1 | 0.57 |
| Hex | 25 | 5E | FF | 55 | 3F | 0 | 0 | E0 | 64 | 39 |
| Octal | 45 | 136 | 377 | 125 | 77 | 0 | 0 | 340 | 144 | 71 |
| Binary | 100101 | 1011110 | 11111111 | 1010101 | 111111 | 0 | 0 | 11100000 | 1100100 | 111001 |
Color Harmonies of #255EFF
Complementary color
Monochromatic Colors of #255EFF
Black with #255EFF
Text Example
Text Example
White with #255EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255EFF; }
p { color: rgb(37,94,255); }
H1.HeaderClassName
{
color: #255EFF;
}
.AnyTagClassName
{
color: #255EFF;
}
</style>
background-color css
<style>
a { background-color: #255EFF; }
a { background-color: rgb(37,94,255); }
div.DivClassName
{
background-color: #255EFF;
}
.BgClassName
{
background-color: #255EFF;
}
</style>
border-color css
<style>
span { border-color: #255EFF; }
span { border-color: rgb(37,94,255); }
td.TdClassName
{
border-color: #255EFF;
}
.TagClassName
{
border-color: #255EFF;
}
</style>