Shades of Royal Blue #256ADD
Tints of Royal Blue #256ADD
RGB
CMYK
RGB Variations
Color information
#256ADD (or 0x256ADD) is known color: Royal Blue. HEX triplet: 25, 6A and DD. RGB value is (37,106,221). Sum of RGB (Red+Green+Blue) = 37+106+221=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #256ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256ADD is #DA9522. Grayscale: #616161. Windows color (decimal): -14325027 or 14510629. OLE color: 14510629.
HSL color Cylindrical-coordinate representation of color #256ADD: hue angle of 217.5º degrees, saturation: 0.73, 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 #256ADD is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 106 | 221 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.13 |
| HSL | 217.5º | 0.73% | 0.51% | - |
| HSV(B) | 217.5º | 0.83% | 0.87% | - |
| XYZ | 18.97 | 15.92 | 70.48 | - |
| YUV | 98.48 | 197.14 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 221 | 0.83 | 0.52 | 0 | 0.13 | 217.5 | 0.73 | 0.51 |
| Hex | 25 | 6A | DD | 53 | 34 | 0 | D | DA | 49 | 33 |
| Octal | 45 | 152 | 335 | 123 | 64 | 0 | 15 | 332 | 111 | 63 |
| Binary | 100101 | 1101010 | 11011101 | 1010011 | 110100 | 0 | 1101 | 11011010 | 1001001 | 110011 |
Color Harmonies of #256ADD
Complementary color
Monochromatic Colors of #256ADD
Black with #256ADD
Text Example
Text Example
White with #256ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256ADD; }
p { color: rgb(37,106,221); }
H1.HeaderClassName
{
color: #256ADD;
}
.AnyTagClassName
{
color: #256ADD;
}
</style>
background-color css
<style>
a { background-color: #256ADD; }
a { background-color: rgb(37,106,221); }
div.DivClassName
{
background-color: #256ADD;
}
.BgClassName
{
background-color: #256ADD;
}
</style>
border-color css
<style>
span { border-color: #256ADD; }
span { border-color: rgb(37,106,221); }
td.TdClassName
{
border-color: #256ADD;
}
.TagClassName
{
border-color: #256ADD;
}
</style>