Shades of Royal Blue #255EF6
Tints of Royal Blue #255EF6
RGB
CMYK
RGB Variations
Color information
#255EF6 (or 0x255EF6) is known color: Royal Blue. HEX triplet: 25, 5E and F6. RGB value is (37,94,246). Sum of RGB (Red+Green+Blue) = 37+94+246=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 246 (96.48% from 255 or 65.25% from 377); Max value from RGB is 246 - color contains mainly: blue. Hex color #255EF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255EF6 is #DAA109. Grayscale: #5D5D5D. Windows color (decimal): -14328074 or 16145957. OLE color: 16145957.
HSL color Cylindrical-coordinate representation of color #255EF6: hue angle of 223.64º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255EF6 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 94 | 246 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.04 |
| HSL | 223.64º | 0.92% | 0.55% | - |
| HSV(B) | 223.64º | 0.85% | 0.96% | - |
| XYZ | 21.4 | 15.05 | 88.97 | - |
| YUV | 94.29 | 213.62 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 246 | 0.85 | 0.62 | 0 | 0.04 | 223.64 | 0.92 | 0.55 |
| Hex | 25 | 5E | F6 | 55 | 3E | 0 | 4 | E0 | 5C | 37 |
| Octal | 45 | 136 | 366 | 125 | 76 | 0 | 4 | 340 | 134 | 67 |
| Binary | 100101 | 1011110 | 11110110 | 1010101 | 111110 | 0 | 100 | 11100000 | 1011100 | 110111 |
Color Harmonies of #255EF6
Complementary color
Monochromatic Colors of #255EF6
Black with #255EF6
Text Example
Text Example
White with #255EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255EF6; }
p { color: rgb(37,94,246); }
H1.HeaderClassName
{
color: #255EF6;
}
.AnyTagClassName
{
color: #255EF6;
}
</style>
background-color css
<style>
a { background-color: #255EF6; }
a { background-color: rgb(37,94,246); }
div.DivClassName
{
background-color: #255EF6;
}
.BgClassName
{
background-color: #255EF6;
}
</style>
border-color css
<style>
span { border-color: #255EF6; }
span { border-color: rgb(37,94,246); }
td.TdClassName
{
border-color: #255EF6;
}
.TagClassName
{
border-color: #255EF6;
}
</style>