Shades of Royal Blue #256FDA
Tints of Royal Blue #256FDA
RGB
CMYK
RGB Variations
Color information
#256FDA (or 0x256FDA) is known color: Royal Blue. HEX triplet: 25, 6F and DA. RGB value is (37,111,218). Sum of RGB (Red+Green+Blue) = 37+111+218=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #256FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256FDA is #DA9025. Grayscale: #646464. Windows color (decimal): -14323750 or 14315301. OLE color: 14315301.
HSL color Cylindrical-coordinate representation of color #256FDA: hue angle of 215.47º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #256FDA is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 111 | 218 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.15 |
| HSL | 215.47º | 0.71% | 0.5% | - |
| HSV(B) | 215.47º | 0.83% | 0.85% | - |
| XYZ | 19.1 | 16.82 | 68.57 | - |
| YUV | 101.07 | 193.98 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 218 | 0.83 | 0.49 | 0 | 0.15 | 215.47 | 0.71 | 0.5 |
| Hex | 25 | 6F | DA | 53 | 31 | 0 | F | D7 | 47 | 32 |
| Octal | 45 | 157 | 332 | 123 | 61 | 0 | 17 | 327 | 107 | 62 |
| Binary | 100101 | 1101111 | 11011010 | 1010011 | 110001 | 0 | 1111 | 11010111 | 1000111 | 110010 |
Color Harmonies of #256FDA
Complementary color
Monochromatic Colors of #256FDA
Black with #256FDA
Text Example
Text Example
White with #256FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FDA; }
p { color: rgb(37,111,218); }
H1.HeaderClassName
{
color: #256FDA;
}
.AnyTagClassName
{
color: #256FDA;
}
</style>
background-color css
<style>
a { background-color: #256FDA; }
a { background-color: rgb(37,111,218); }
div.DivClassName
{
background-color: #256FDA;
}
.BgClassName
{
background-color: #256FDA;
}
</style>
border-color css
<style>
span { border-color: #256FDA; }
span { border-color: rgb(37,111,218); }
td.TdClassName
{
border-color: #256FDA;
}
.TagClassName
{
border-color: #256FDA;
}
</style>