Shades of Royal Blue #255BFF
Tints of Royal Blue #255BFF
RGB
CMYK
RGB Variations
Color information
#255BFF (or 0x255BFF) is known color: Royal Blue. HEX triplet: 25, 5B and FF. RGB value is (37,91,255). Sum of RGB (Red+Green+Blue) = 37+91+255=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #255BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255BFF is #DAA400. Grayscale: #5C5C5C. Windows color (decimal): -14328833 or 16735013. OLE color: 16735013.
HSL color Cylindrical-coordinate representation of color #255BFF: hue angle of 225.14º 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 #255BFF is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 91 | 255 | - |
| CMYK | 0.85 | 0.64 | 0 | 0 |
| HSL | 225.14º | 1% | 0.57% | - |
| HSV(B) | 225.14º | 0.85% | 1% | - |
| XYZ | 22.55 | 15.1 | 96.33 | - |
| YUV | 93.55 | 219.11 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 255 | 0.85 | 0.64 | 0 | 0 | 225.14 | 1 | 0.57 |
| Hex | 25 | 5B | FF | 55 | 40 | 0 | 0 | E1 | 64 | 39 |
| Octal | 45 | 133 | 377 | 125 | 100 | 0 | 0 | 341 | 144 | 71 |
| Binary | 100101 | 1011011 | 11111111 | 1010101 | 1000000 | 0 | 0 | 11100001 | 1100100 | 111001 |
Color Harmonies of #255BFF
Complementary color
Monochromatic Colors of #255BFF
Black with #255BFF
Text Example
Text Example
White with #255BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255BFF; }
p { color: rgb(37,91,255); }
H1.HeaderClassName
{
color: #255BFF;
}
.AnyTagClassName
{
color: #255BFF;
}
</style>
background-color css
<style>
a { background-color: #255BFF; }
a { background-color: rgb(37,91,255); }
div.DivClassName
{
background-color: #255BFF;
}
.BgClassName
{
background-color: #255BFF;
}
</style>
border-color css
<style>
span { border-color: #255BFF; }
span { border-color: rgb(37,91,255); }
td.TdClassName
{
border-color: #255BFF;
}
.TagClassName
{
border-color: #255BFF;
}
</style>