Shades of Royal Blue #256CF1
Tints of Royal Blue #256CF1
RGB
CMYK
RGB Variations
Color information
#256CF1 (or 0x256CF1) is known color: Royal Blue. HEX triplet: 25, 6C and F1. RGB value is (37,108,241). Sum of RGB (Red+Green+Blue) = 37+108+241=386 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.59% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #256CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256CF1 is #DA930E. Grayscale: #656565. Windows color (decimal): -14324495 or 15821861. OLE color: 15821861.
HSL color Cylindrical-coordinate representation of color #256CF1: hue angle of 219.12º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256CF1 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 108 | 241 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.05 |
| HSL | 219.12º | 0.88% | 0.55% | - |
| HSV(B) | 219.12º | 0.85% | 0.95% | - |
| XYZ | 22 | 17.47 | 85.43 | - |
| YUV | 101.93 | 206.48 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 241 | 0.85 | 0.55 | 0 | 0.05 | 219.12 | 0.88 | 0.55 |
| Hex | 25 | 6C | F1 | 55 | 37 | 0 | 5 | DB | 58 | 37 |
| Octal | 45 | 154 | 361 | 125 | 67 | 0 | 5 | 333 | 130 | 67 |
| Binary | 100101 | 1101100 | 11110001 | 1010101 | 110111 | 0 | 101 | 11011011 | 1011000 | 110111 |
Color Harmonies of #256CF1
Complementary color
Monochromatic Colors of #256CF1
Black with #256CF1
Text Example
Text Example
White with #256CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256CF1; }
p { color: rgb(37,108,241); }
H1.HeaderClassName
{
color: #256CF1;
}
.AnyTagClassName
{
color: #256CF1;
}
</style>
background-color css
<style>
a { background-color: #256CF1; }
a { background-color: rgb(37,108,241); }
div.DivClassName
{
background-color: #256CF1;
}
.BgClassName
{
background-color: #256CF1;
}
</style>
border-color css
<style>
span { border-color: #256CF1; }
span { border-color: rgb(37,108,241); }
td.TdClassName
{
border-color: #256CF1;
}
.TagClassName
{
border-color: #256CF1;
}
</style>