Shades of Royal Blue #256BDE
Tints of Royal Blue #256BDE
RGB
CMYK
RGB Variations
Color information
#256BDE (or 0x256BDE) is known color: Royal Blue. HEX triplet: 25, 6B and DE. RGB value is (37,107,222). Sum of RGB (Red+Green+Blue) = 37+107+222=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #256BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256BDE is #DA9421. Grayscale: #626262. Windows color (decimal): -14324770 or 14576421. OLE color: 14576421.
HSL color Cylindrical-coordinate representation of color #256BDE: hue angle of 217.3º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #256BDE is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 107 | 222 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.13 |
| HSL | 217.3º | 0.74% | 0.51% | - |
| HSV(B) | 217.3º | 0.83% | 0.87% | - |
| XYZ | 19.21 | 16.18 | 71.22 | - |
| YUV | 99.18 | 197.31 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 222 | 0.83 | 0.52 | 0 | 0.13 | 217.3 | 0.74 | 0.51 |
| Hex | 25 | 6B | DE | 53 | 34 | 0 | D | D9 | 4A | 33 |
| Octal | 45 | 153 | 336 | 123 | 64 | 0 | 15 | 331 | 112 | 63 |
| Binary | 100101 | 1101011 | 11011110 | 1010011 | 110100 | 0 | 1101 | 11011001 | 1001010 | 110011 |
Color Harmonies of #256BDE
Complementary color
Monochromatic Colors of #256BDE
Black with #256BDE
Text Example
Text Example
White with #256BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256BDE; }
p { color: rgb(37,107,222); }
H1.HeaderClassName
{
color: #256BDE;
}
.AnyTagClassName
{
color: #256BDE;
}
</style>
background-color css
<style>
a { background-color: #256BDE; }
a { background-color: rgb(37,107,222); }
div.DivClassName
{
background-color: #256BDE;
}
.BgClassName
{
background-color: #256BDE;
}
</style>
border-color css
<style>
span { border-color: #256BDE; }
span { border-color: rgb(37,107,222); }
td.TdClassName
{
border-color: #256BDE;
}
.TagClassName
{
border-color: #256BDE;
}
</style>