Shades of Royal Blue #256AF8
Tints of Royal Blue #256AF8
RGB
CMYK
RGB Variations
Color information
#256AF8 (or 0x256AF8) is known color: Royal Blue. HEX triplet: 25, 6A and F8. RGB value is (37,106,248). Sum of RGB (Red+Green+Blue) = 37+106+248=391 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.46% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #256AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256AF8 is #DA9507. Grayscale: #646464. Windows color (decimal): -14325000 or 16280101. OLE color: 16280101.
HSL color Cylindrical-coordinate representation of color #256AF8: hue angle of 220.38º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256AF8 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 106 | 248 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.03 |
| HSL | 220.38º | 0.94% | 0.56% | - |
| HSV(B) | 220.38º | 0.85% | 0.97% | - |
| XYZ | 22.86 | 17.48 | 90.98 | - |
| YUV | 101.56 | 210.64 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 248 | 0.85 | 0.57 | 0 | 0.03 | 220.38 | 0.94 | 0.56 |
| Hex | 25 | 6A | F8 | 55 | 39 | 0 | 3 | DC | 5E | 38 |
| Octal | 45 | 152 | 370 | 125 | 71 | 0 | 3 | 334 | 136 | 70 |
| Binary | 100101 | 1101010 | 11111000 | 1010101 | 111001 | 0 | 11 | 11011100 | 1011110 | 111000 |
Color Harmonies of #256AF8
Complementary color
Monochromatic Colors of #256AF8
Black with #256AF8
Text Example
Text Example
White with #256AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256AF8; }
p { color: rgb(37,106,248); }
H1.HeaderClassName
{
color: #256AF8;
}
.AnyTagClassName
{
color: #256AF8;
}
</style>
background-color css
<style>
a { background-color: #256AF8; }
a { background-color: rgb(37,106,248); }
div.DivClassName
{
background-color: #256AF8;
}
.BgClassName
{
background-color: #256AF8;
}
</style>
border-color css
<style>
span { border-color: #256AF8; }
span { border-color: rgb(37,106,248); }
td.TdClassName
{
border-color: #256AF8;
}
.TagClassName
{
border-color: #256AF8;
}
</style>