Shades of Royal Blue #256DF8
Tints of Royal Blue #256DF8
RGB
CMYK
RGB Variations
Color information
#256DF8 (or 0x256DF8) is known color: Royal Blue. HEX triplet: 25, 6D and F8. RGB value is (37,109,248). Sum of RGB (Red+Green+Blue) = 37+109+248=394 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.39% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 248 (97.27% from 255 or 62.94% from 394); Max value from RGB is 248 - color contains mainly: blue. Hex color #256DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256DF8 is #DA9207. Grayscale: #666666. Windows color (decimal): -14324232 or 16280869. OLE color: 16280869.
HSL color Cylindrical-coordinate representation of color #256DF8: hue angle of 219.53º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256DF8 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 109 | 248 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.03 |
| HSL | 219.53º | 0.94% | 0.56% | - |
| HSV(B) | 219.53º | 0.85% | 0.97% | - |
| XYZ | 23.17 | 18.11 | 91.08 | - |
| YUV | 103.32 | 209.65 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 248 | 0.85 | 0.56 | 0 | 0.03 | 219.53 | 0.94 | 0.56 |
| Hex | 25 | 6D | F8 | 55 | 38 | 0 | 3 | DC | 5E | 38 |
| Octal | 45 | 155 | 370 | 125 | 70 | 0 | 3 | 334 | 136 | 70 |
| Binary | 100101 | 1101101 | 11111000 | 1010101 | 111000 | 0 | 11 | 11011100 | 1011110 | 111000 |
Color Harmonies of #256DF8
Complementary color
Monochromatic Colors of #256DF8
Black with #256DF8
Text Example
Text Example
White with #256DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256DF8; }
p { color: rgb(37,109,248); }
H1.HeaderClassName
{
color: #256DF8;
}
.AnyTagClassName
{
color: #256DF8;
}
</style>
background-color css
<style>
a { background-color: #256DF8; }
a { background-color: rgb(37,109,248); }
div.DivClassName
{
background-color: #256DF8;
}
.BgClassName
{
background-color: #256DF8;
}
</style>
border-color css
<style>
span { border-color: #256DF8; }
span { border-color: rgb(37,109,248); }
td.TdClassName
{
border-color: #256DF8;
}
.TagClassName
{
border-color: #256DF8;
}
</style>