Shades of Royal Blue #256BDA
Tints of Royal Blue #256BDA
RGB
CMYK
RGB Variations
Color information
#256BDA (or 0x256BDA) is known color: Royal Blue. HEX triplet: 25, 6B and DA. RGB value is (37,107,218). Sum of RGB (Red+Green+Blue) = 37+107+218=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #256BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256BDA is #DA9425. Grayscale: #626262. Windows color (decimal): -14324774 or 14314277. OLE color: 14314277.
HSL color Cylindrical-coordinate representation of color #256BDA: hue angle of 216.8º 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 #256BDA is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 107 | 218 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.15 |
| HSL | 216.8º | 0.71% | 0.5% | - |
| HSV(B) | 216.8º | 0.83% | 0.85% | - |
| XYZ | 18.68 | 15.97 | 68.43 | - |
| YUV | 98.72 | 195.31 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 218 | 0.83 | 0.51 | 0 | 0.15 | 216.8 | 0.71 | 0.5 |
| Hex | 25 | 6B | DA | 53 | 33 | 0 | F | D9 | 47 | 32 |
| Octal | 45 | 153 | 332 | 123 | 63 | 0 | 17 | 331 | 107 | 62 |
| Binary | 100101 | 1101011 | 11011010 | 1010011 | 110011 | 0 | 1111 | 11011001 | 1000111 | 110010 |
Color Harmonies of #256BDA
Complementary color
Monochromatic Colors of #256BDA
Black with #256BDA
Text Example
Text Example
White with #256BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256BDA; }
p { color: rgb(37,107,218); }
H1.HeaderClassName
{
color: #256BDA;
}
.AnyTagClassName
{
color: #256BDA;
}
</style>
background-color css
<style>
a { background-color: #256BDA; }
a { background-color: rgb(37,107,218); }
div.DivClassName
{
background-color: #256BDA;
}
.BgClassName
{
background-color: #256BDA;
}
</style>
border-color css
<style>
span { border-color: #256BDA; }
span { border-color: rgb(37,107,218); }
td.TdClassName
{
border-color: #256BDA;
}
.TagClassName
{
border-color: #256BDA;
}
</style>