Shades of Royal Blue #255EEB
Tints of Royal Blue #255EEB
RGB
CMYK
RGB Variations
Color information
#255EEB (or 0x255EEB) is known color: Royal Blue. HEX triplet: 25, 5E and EB. RGB value is (37,94,235). Sum of RGB (Red+Green+Blue) = 37+94+235=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #255EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255EEB is #DAA114. Grayscale: #5C5C5C. Windows color (decimal): -14328085 or 15425061. OLE color: 15425061.
HSL color Cylindrical-coordinate representation of color #255EEB: hue angle of 222.73º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #255EEB is Cyan = 0.84, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 94 | 235 | - |
| CMYK | 0.84 | 0.6 | 0 | 0.08 |
| HSL | 222.73º | 0.83% | 0.53% | - |
| HSV(B) | 222.73º | 0.84% | 0.92% | - |
| XYZ | 19.76 | 14.4 | 80.33 | - |
| YUV | 93.03 | 208.12 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 235 | 0.84 | 0.6 | 0 | 0.08 | 222.73 | 0.83 | 0.53 |
| Hex | 25 | 5E | EB | 54 | 3C | 0 | 8 | DF | 53 | 35 |
| Octal | 45 | 136 | 353 | 124 | 74 | 0 | 10 | 337 | 123 | 65 |
| Binary | 100101 | 1011110 | 11101011 | 1010100 | 111100 | 0 | 1000 | 11011111 | 1010011 | 110101 |
Color Harmonies of #255EEB
Complementary color
Monochromatic Colors of #255EEB
Black with #255EEB
Text Example
Text Example
White with #255EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255EEB; }
p { color: rgb(37,94,235); }
H1.HeaderClassName
{
color: #255EEB;
}
.AnyTagClassName
{
color: #255EEB;
}
</style>
background-color css
<style>
a { background-color: #255EEB; }
a { background-color: rgb(37,94,235); }
div.DivClassName
{
background-color: #255EEB;
}
.BgClassName
{
background-color: #255EEB;
}
</style>
border-color css
<style>
span { border-color: #255EEB; }
span { border-color: rgb(37,94,235); }
td.TdClassName
{
border-color: #255EEB;
}
.TagClassName
{
border-color: #255EEB;
}
</style>