Shades of Royal Blue #256FEE
Tints of Royal Blue #256FEE
RGB
CMYK
RGB Variations
Color information
#256FEE (or 0x256FEE) is known color: Royal Blue. HEX triplet: 25, 6F and EE. RGB value is (37,111,238). Sum of RGB (Red+Green+Blue) = 37+111+238=386 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.59% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #256FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256FEE is #DA9011. Grayscale: #666666. Windows color (decimal): -14323730 or 15626021. OLE color: 15626021.
HSL color Cylindrical-coordinate representation of color #256FEE: hue angle of 217.91º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #256FEE is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 111 | 238 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.07 |
| HSL | 217.91º | 0.86% | 0.54% | - |
| HSV(B) | 217.91º | 0.84% | 0.93% | - |
| XYZ | 21.88 | 17.94 | 83.2 | - |
| YUV | 103.35 | 203.98 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 238 | 0.84 | 0.53 | 0 | 0.07 | 217.91 | 0.86 | 0.54 |
| Hex | 25 | 6F | EE | 54 | 35 | 0 | 7 | DA | 56 | 36 |
| Octal | 45 | 157 | 356 | 124 | 65 | 0 | 7 | 332 | 126 | 66 |
| Binary | 100101 | 1101111 | 11101110 | 1010100 | 110101 | 0 | 111 | 11011010 | 1010110 | 110110 |
Color Harmonies of #256FEE
Complementary color
Monochromatic Colors of #256FEE
Black with #256FEE
Text Example
Text Example
White with #256FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FEE; }
p { color: rgb(37,111,238); }
H1.HeaderClassName
{
color: #256FEE;
}
.AnyTagClassName
{
color: #256FEE;
}
</style>
background-color css
<style>
a { background-color: #256FEE; }
a { background-color: rgb(37,111,238); }
div.DivClassName
{
background-color: #256FEE;
}
.BgClassName
{
background-color: #256FEE;
}
</style>
border-color css
<style>
span { border-color: #256FEE; }
span { border-color: rgb(37,111,238); }
td.TdClassName
{
border-color: #256FEE;
}
.TagClassName
{
border-color: #256FEE;
}
</style>