Shades of Royal Blue #256CFA
Tints of Royal Blue #256CFA
RGB
CMYK
RGB Variations
Color information
#256CFA (or 0x256CFA) is known color: Royal Blue. HEX triplet: 25, 6C and FA. RGB value is (37,108,250). Sum of RGB (Red+Green+Blue) = 37+108+250=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #256CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256CFA is #DA9305. Grayscale: #666666. Windows color (decimal): -14324486 or 16411685. OLE color: 16411685.
HSL color Cylindrical-coordinate representation of color #256CFA: hue angle of 220º 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 #256CFA is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 108 | 250 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.02 |
| HSL | 220º | 0.96% | 0.56% | - |
| HSV(B) | 220º | 0.85% | 0.98% | - |
| XYZ | 23.38 | 18.02 | 92.69 | - |
| YUV | 102.96 | 210.98 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 250 | 0.85 | 0.57 | 0 | 0.02 | 220 | 0.96 | 0.56 |
| Hex | 25 | 6C | FA | 55 | 39 | 0 | 2 | DC | 60 | 38 |
| Octal | 45 | 154 | 372 | 125 | 71 | 0 | 2 | 334 | 140 | 70 |
| Binary | 100101 | 1101100 | 11111010 | 1010101 | 111001 | 0 | 10 | 11011100 | 1100000 | 111000 |
Color Harmonies of #256CFA
Complementary color
Monochromatic Colors of #256CFA
Black with #256CFA
Text Example
Text Example
White with #256CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256CFA; }
p { color: rgb(37,108,250); }
H1.HeaderClassName
{
color: #256CFA;
}
.AnyTagClassName
{
color: #256CFA;
}
</style>
background-color css
<style>
a { background-color: #256CFA; }
a { background-color: rgb(37,108,250); }
div.DivClassName
{
background-color: #256CFA;
}
.BgClassName
{
background-color: #256CFA;
}
</style>
border-color css
<style>
span { border-color: #256CFA; }
span { border-color: rgb(37,108,250); }
td.TdClassName
{
border-color: #256CFA;
}
.TagClassName
{
border-color: #256CFA;
}
</style>