Shades of Royal Blue #256DEF
Tints of Royal Blue #256DEF
RGB
CMYK
RGB Variations
Color information
#256DEF (or 0x256DEF) is known color: Royal Blue. HEX triplet: 25, 6D and EF. RGB value is (37,109,239). Sum of RGB (Red+Green+Blue) = 37+109+239=385 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.61% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #256DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256DEF is #DA9210. Grayscale: #656565. Windows color (decimal): -14324241 or 15691045. OLE color: 15691045.
HSL color Cylindrical-coordinate representation of color #256DEF: hue angle of 218.61º degrees, saturation: 0.86, 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 #256DEF is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 109 | 239 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.06 |
| HSL | 218.61º | 0.86% | 0.54% | - |
| HSV(B) | 218.61º | 0.85% | 0.94% | - |
| XYZ | 21.81 | 17.56 | 83.9 | - |
| YUV | 102.29 | 205.15 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 239 | 0.85 | 0.54 | 0 | 0.06 | 218.61 | 0.86 | 0.54 |
| Hex | 25 | 6D | EF | 55 | 36 | 0 | 6 | DB | 56 | 36 |
| Octal | 45 | 155 | 357 | 125 | 66 | 0 | 6 | 333 | 126 | 66 |
| Binary | 100101 | 1101101 | 11101111 | 1010101 | 110110 | 0 | 110 | 11011011 | 1010110 | 110110 |
Color Harmonies of #256DEF
Complementary color
Monochromatic Colors of #256DEF
Black with #256DEF
Text Example
Text Example
White with #256DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256DEF; }
p { color: rgb(37,109,239); }
H1.HeaderClassName
{
color: #256DEF;
}
.AnyTagClassName
{
color: #256DEF;
}
</style>
background-color css
<style>
a { background-color: #256DEF; }
a { background-color: rgb(37,109,239); }
div.DivClassName
{
background-color: #256DEF;
}
.BgClassName
{
background-color: #256DEF;
}
</style>
border-color css
<style>
span { border-color: #256DEF; }
span { border-color: rgb(37,109,239); }
td.TdClassName
{
border-color: #256DEF;
}
.TagClassName
{
border-color: #256DEF;
}
</style>