Shades of Royal Blue #256AFB
Tints of Royal Blue #256AFB
RGB
CMYK
RGB Variations
Color information
#256AFB (or 0x256AFB) is known color: Royal Blue. HEX triplet: 25, 6A and FB. RGB value is (37,106,251). Sum of RGB (Red+Green+Blue) = 37+106+251=394 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.39% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #256AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256AFB is #DA9504. Grayscale: #656565. Windows color (decimal): -14324997 or 16476709. OLE color: 16476709.
HSL color Cylindrical-coordinate representation of color #256AFB: hue angle of 220.65º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256AFB is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 106 | 251 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.02 |
| HSL | 220.65º | 0.96% | 0.56% | - |
| HSV(B) | 220.65º | 0.85% | 0.98% | - |
| XYZ | 23.33 | 17.67 | 93.45 | - |
| YUV | 101.9 | 212.14 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 251 | 0.85 | 0.58 | 0 | 0.02 | 220.65 | 0.96 | 0.56 |
| Hex | 25 | 6A | FB | 55 | 3A | 0 | 2 | DD | 60 | 38 |
| Octal | 45 | 152 | 373 | 125 | 72 | 0 | 2 | 335 | 140 | 70 |
| Binary | 100101 | 1101010 | 11111011 | 1010101 | 111010 | 0 | 10 | 11011101 | 1100000 | 111000 |
Color Harmonies of #256AFB
Complementary color
Monochromatic Colors of #256AFB
Black with #256AFB
Text Example
Text Example
White with #256AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256AFB; }
p { color: rgb(37,106,251); }
H1.HeaderClassName
{
color: #256AFB;
}
.AnyTagClassName
{
color: #256AFB;
}
</style>
background-color css
<style>
a { background-color: #256AFB; }
a { background-color: rgb(37,106,251); }
div.DivClassName
{
background-color: #256AFB;
}
.BgClassName
{
background-color: #256AFB;
}
</style>
border-color css
<style>
span { border-color: #256AFB; }
span { border-color: rgb(37,106,251); }
td.TdClassName
{
border-color: #256AFB;
}
.TagClassName
{
border-color: #256AFB;
}
</style>