Shades of Royal Blue #256FDD
Tints of Royal Blue #256FDD
RGB
CMYK
RGB Variations
Color information
#256FDD (or 0x256FDD) is known color: Royal Blue. HEX triplet: 25, 6F and DD. RGB value is (37,111,221). Sum of RGB (Red+Green+Blue) = 37+111+221=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #256FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256FDD is #DA9022. Grayscale: #646464. Windows color (decimal): -14323747 or 14511909. OLE color: 14511909.
HSL color Cylindrical-coordinate representation of color #256FDD: hue angle of 215.87º 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 #256FDD is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 111 | 221 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.13 |
| HSL | 215.87º | 0.73% | 0.51% | - |
| HSV(B) | 215.87º | 0.83% | 0.87% | - |
| XYZ | 19.5 | 16.98 | 70.66 | - |
| YUV | 101.41 | 195.48 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 221 | 0.83 | 0.50 | 0 | 0.13 | 215.87 | 0.73 | 0.51 |
| Hex | 25 | 6F | DD | 53 | 32 | 0 | D | D8 | 49 | 33 |
| Octal | 45 | 157 | 335 | 123 | 62 | 0 | 15 | 330 | 111 | 63 |
| Binary | 100101 | 1101111 | 11011101 | 1010011 | 110010 | 0 | 1101 | 11011000 | 1001001 | 110011 |
Color Harmonies of #256FDD
Complementary color
Monochromatic Colors of #256FDD
Black with #256FDD
Text Example
Text Example
White with #256FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FDD; }
p { color: rgb(37,111,221); }
H1.HeaderClassName
{
color: #256FDD;
}
.AnyTagClassName
{
color: #256FDD;
}
</style>
background-color css
<style>
a { background-color: #256FDD; }
a { background-color: rgb(37,111,221); }
div.DivClassName
{
background-color: #256FDD;
}
.BgClassName
{
background-color: #256FDD;
}
</style>
border-color css
<style>
span { border-color: #256FDD; }
span { border-color: rgb(37,111,221); }
td.TdClassName
{
border-color: #256FDD;
}
.TagClassName
{
border-color: #256FDD;
}
</style>