Shades of Royal Blue #255EEE
Tints of Royal Blue #255EEE
RGB
CMYK
RGB Variations
Color information
#255EEE (or 0x255EEE) is known color: Royal Blue. HEX triplet: 25, 5E and EE. RGB value is (37,94,238). Sum of RGB (Red+Green+Blue) = 37+94+238=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #255EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255EEE is #DAA111. Grayscale: #5C5C5C. Windows color (decimal): -14328082 or 15621669. OLE color: 15621669.
HSL color Cylindrical-coordinate representation of color #255EEE: hue angle of 222.99º 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 #255EEE is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 94 | 238 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.07 |
| HSL | 222.99º | 0.86% | 0.54% | - |
| HSV(B) | 222.99º | 0.84% | 0.93% | - |
| XYZ | 20.2 | 14.57 | 82.64 | - |
| YUV | 93.37 | 209.62 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 238 | 0.84 | 0.61 | 0 | 0.07 | 222.99 | 0.86 | 0.54 |
| Hex | 25 | 5E | EE | 54 | 3D | 0 | 7 | DF | 56 | 36 |
| Octal | 45 | 136 | 356 | 124 | 75 | 0 | 7 | 337 | 126 | 66 |
| Binary | 100101 | 1011110 | 11101110 | 1010100 | 111101 | 0 | 111 | 11011111 | 1010110 | 110110 |
Color Harmonies of #255EEE
Complementary color
Monochromatic Colors of #255EEE
Black with #255EEE
Text Example
Text Example
White with #255EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255EEE; }
p { color: rgb(37,94,238); }
H1.HeaderClassName
{
color: #255EEE;
}
.AnyTagClassName
{
color: #255EEE;
}
</style>
background-color css
<style>
a { background-color: #255EEE; }
a { background-color: rgb(37,94,238); }
div.DivClassName
{
background-color: #255EEE;
}
.BgClassName
{
background-color: #255EEE;
}
</style>
border-color css
<style>
span { border-color: #255EEE; }
span { border-color: rgb(37,94,238); }
td.TdClassName
{
border-color: #255EEE;
}
.TagClassName
{
border-color: #255EEE;
}
</style>