Shades of Royal Blue #255EF0
Tints of Royal Blue #255EF0
RGB
CMYK
RGB Variations
Color information
#255EF0 (or 0x255EF0) is known color: Royal Blue. HEX triplet: 25, 5E and F0. RGB value is (37,94,240). Sum of RGB (Red+Green+Blue) = 37+94+240=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 240 (94.14% from 255 or 64.69% from 371); Max value from RGB is 240 - color contains mainly: blue. Hex color #255EF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255EF0 is #DAA10F. Grayscale: #5C5C5C. Windows color (decimal): -14328080 or 15752741. OLE color: 15752741.
HSL color Cylindrical-coordinate representation of color #255EF0: hue angle of 223.15º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255EF0 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 94 | 240 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.06 |
| HSL | 223.15º | 0.87% | 0.54% | - |
| HSV(B) | 223.15º | 0.85% | 0.94% | - |
| XYZ | 20.49 | 14.69 | 84.19 | - |
| YUV | 93.6 | 210.62 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 240 | 0.85 | 0.61 | 0 | 0.06 | 223.15 | 0.87 | 0.54 |
| Hex | 25 | 5E | F0 | 55 | 3D | 0 | 6 | DF | 57 | 36 |
| Octal | 45 | 136 | 360 | 125 | 75 | 0 | 6 | 337 | 127 | 66 |
| Binary | 100101 | 1011110 | 11110000 | 1010101 | 111101 | 0 | 110 | 11011111 | 1010111 | 110110 |
Color Harmonies of #255EF0
Complementary color
Monochromatic Colors of #255EF0
Black with #255EF0
Text Example
Text Example
White with #255EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255EF0; }
p { color: rgb(37,94,240); }
H1.HeaderClassName
{
color: #255EF0;
}
.AnyTagClassName
{
color: #255EF0;
}
</style>
background-color css
<style>
a { background-color: #255EF0; }
a { background-color: rgb(37,94,240); }
div.DivClassName
{
background-color: #255EF0;
}
.BgClassName
{
background-color: #255EF0;
}
</style>
border-color css
<style>
span { border-color: #255EF0; }
span { border-color: rgb(37,94,240); }
td.TdClassName
{
border-color: #255EF0;
}
.TagClassName
{
border-color: #255EF0;
}
</style>