Shades of Royal Blue #255DF9
Tints of Royal Blue #255DF9
RGB
CMYK
RGB Variations
Color information
#255DF9 (or 0x255DF9) is known color: Royal Blue. HEX triplet: 25, 5D and F9. RGB value is (37,93,249). Sum of RGB (Red+Green+Blue) = 37+93+249=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 249 (97.66% from 255 or 65.70% from 379); Max value from RGB is 249 - color contains mainly: blue. Hex color #255DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255DF9 is #DAA206. Grayscale: #5D5D5D. Windows color (decimal): -14328327 or 16342309. OLE color: 16342309.
HSL color Cylindrical-coordinate representation of color #255DF9: hue angle of 224.15º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255DF9 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 93 | 249 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.02 |
| HSL | 224.15º | 0.95% | 0.56% | - |
| HSV(B) | 224.15º | 0.85% | 0.98% | - |
| XYZ | 21.78 | 15.06 | 91.38 | - |
| YUV | 94.04 | 215.45 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 249 | 0.85 | 0.63 | 0 | 0.02 | 224.15 | 0.95 | 0.56 |
| Hex | 25 | 5D | F9 | 55 | 3F | 0 | 2 | E0 | 5F | 38 |
| Octal | 45 | 135 | 371 | 125 | 77 | 0 | 2 | 340 | 137 | 70 |
| Binary | 100101 | 1011101 | 11111001 | 1010101 | 111111 | 0 | 10 | 11100000 | 1011111 | 111000 |
Color Harmonies of #255DF9
Complementary color
Monochromatic Colors of #255DF9
Black with #255DF9
Text Example
Text Example
White with #255DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255DF9; }
p { color: rgb(37,93,249); }
H1.HeaderClassName
{
color: #255DF9;
}
.AnyTagClassName
{
color: #255DF9;
}
</style>
background-color css
<style>
a { background-color: #255DF9; }
a { background-color: rgb(37,93,249); }
div.DivClassName
{
background-color: #255DF9;
}
.BgClassName
{
background-color: #255DF9;
}
</style>
border-color css
<style>
span { border-color: #255DF9; }
span { border-color: rgb(37,93,249); }
td.TdClassName
{
border-color: #255DF9;
}
.TagClassName
{
border-color: #255DF9;
}
</style>