Shades of Royal Blue #255CFF
Tints of Royal Blue #255CFF
RGB
CMYK
RGB Variations
Color information
#255CFF (or 0x255CFF) is known color: Royal Blue. HEX triplet: 25, 5C and FF. RGB value is (37,92,255). Sum of RGB (Red+Green+Blue) = 37+92+255=384 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.64% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #255CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255CFF is #DAA300. Grayscale: #5D5D5D. Windows color (decimal): -14328577 or 16735269. OLE color: 16735269.
HSL color Cylindrical-coordinate representation of color #255CFF: hue angle of 224.86º 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 #255CFF is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 92 | 255 | - |
| CMYK | 0.85 | 0.64 | 0 | 0 |
| HSL | 224.86º | 1% | 0.57% | - |
| HSV(B) | 224.86º | 0.85% | 1% | - |
| XYZ | 22.64 | 15.27 | 96.36 | - |
| YUV | 94.14 | 218.78 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 255 | 0.85 | 0.64 | 0 | 0 | 224.86 | 1 | 0.57 |
| Hex | 25 | 5C | FF | 55 | 40 | 0 | 0 | E1 | 64 | 39 |
| Octal | 45 | 134 | 377 | 125 | 100 | 0 | 0 | 341 | 144 | 71 |
| Binary | 100101 | 1011100 | 11111111 | 1010101 | 1000000 | 0 | 0 | 11100001 | 1100100 | 111001 |
Color Harmonies of #255CFF
Complementary color
Monochromatic Colors of #255CFF
Black with #255CFF
Text Example
Text Example
White with #255CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CFF; }
p { color: rgb(37,92,255); }
H1.HeaderClassName
{
color: #255CFF;
}
.AnyTagClassName
{
color: #255CFF;
}
</style>
background-color css
<style>
a { background-color: #255CFF; }
a { background-color: rgb(37,92,255); }
div.DivClassName
{
background-color: #255CFF;
}
.BgClassName
{
background-color: #255CFF;
}
</style>
border-color css
<style>
span { border-color: #255CFF; }
span { border-color: rgb(37,92,255); }
td.TdClassName
{
border-color: #255CFF;
}
.TagClassName
{
border-color: #255CFF;
}
</style>