Shades of Royal Blue #256FDF
Tints of Royal Blue #256FDF
RGB
CMYK
RGB Variations
Color information
#256FDF (or 0x256FDF) is known color: Royal Blue. HEX triplet: 25, 6F and DF. RGB value is (37,111,223). Sum of RGB (Red+Green+Blue) = 37+111+223=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #256FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256FDF is #DA9020. Grayscale: #656565. Windows color (decimal): -14323745 or 14642981. OLE color: 14642981.
HSL color Cylindrical-coordinate representation of color #256FDF: hue angle of 216.13º 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 #256FDF is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 111 | 223 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.13 |
| HSL | 216.13º | 0.74% | 0.51% | - |
| HSV(B) | 216.13º | 0.83% | 0.87% | - |
| XYZ | 19.77 | 17.09 | 72.07 | - |
| YUV | 101.64 | 196.48 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 223 | 0.83 | 0.50 | 0 | 0.13 | 216.13 | 0.74 | 0.51 |
| Hex | 25 | 6F | DF | 53 | 32 | 0 | D | D8 | 4A | 33 |
| Octal | 45 | 157 | 337 | 123 | 62 | 0 | 15 | 330 | 112 | 63 |
| Binary | 100101 | 1101111 | 11011111 | 1010011 | 110010 | 0 | 1101 | 11011000 | 1001010 | 110011 |
Color Harmonies of #256FDF
Complementary color
Monochromatic Colors of #256FDF
Black with #256FDF
Text Example
Text Example
White with #256FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FDF; }
p { color: rgb(37,111,223); }
H1.HeaderClassName
{
color: #256FDF;
}
.AnyTagClassName
{
color: #256FDF;
}
</style>
background-color css
<style>
a { background-color: #256FDF; }
a { background-color: rgb(37,111,223); }
div.DivClassName
{
background-color: #256FDF;
}
.BgClassName
{
background-color: #256FDF;
}
</style>
border-color css
<style>
span { border-color: #256FDF; }
span { border-color: rgb(37,111,223); }
td.TdClassName
{
border-color: #256FDF;
}
.TagClassName
{
border-color: #256FDF;
}
</style>