Shades of Royal Blue #255DF0
Tints of Royal Blue #255DF0
RGB
CMYK
RGB Variations
Color information
#255DF0 (or 0x255DF0) is known color: Royal Blue. HEX triplet: 25, 5D and F0. RGB value is (37,93,240). Sum of RGB (Red+Green+Blue) = 37+93+240=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 240 (94.14% from 255 or 64.86% from 370); Max value from RGB is 240 - color contains mainly: blue. Hex color #255DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255DF0 is #DAA20F. Grayscale: #5C5C5C. Windows color (decimal): -14328336 or 15752485. OLE color: 15752485.
HSL color Cylindrical-coordinate representation of color #255DF0: hue angle of 223.45º 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 #255DF0 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 93 | 240 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.06 |
| HSL | 223.45º | 0.87% | 0.54% | - |
| HSV(B) | 223.45º | 0.85% | 0.94% | - |
| XYZ | 20.41 | 14.51 | 84.16 | - |
| YUV | 93.01 | 210.95 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 240 | 0.85 | 0.61 | 0 | 0.06 | 223.45 | 0.87 | 0.54 |
| Hex | 25 | 5D | F0 | 55 | 3D | 0 | 6 | DF | 57 | 36 |
| Octal | 45 | 135 | 360 | 125 | 75 | 0 | 6 | 337 | 127 | 66 |
| Binary | 100101 | 1011101 | 11110000 | 1010101 | 111101 | 0 | 110 | 11011111 | 1010111 | 110110 |
Color Harmonies of #255DF0
Complementary color
Monochromatic Colors of #255DF0
Black with #255DF0
Text Example
Text Example
White with #255DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255DF0; }
p { color: rgb(37,93,240); }
H1.HeaderClassName
{
color: #255DF0;
}
.AnyTagClassName
{
color: #255DF0;
}
</style>
background-color css
<style>
a { background-color: #255DF0; }
a { background-color: rgb(37,93,240); }
div.DivClassName
{
background-color: #255DF0;
}
.BgClassName
{
background-color: #255DF0;
}
</style>
border-color css
<style>
span { border-color: #255DF0; }
span { border-color: rgb(37,93,240); }
td.TdClassName
{
border-color: #255DF0;
}
.TagClassName
{
border-color: #255DF0;
}
</style>