Shades of Royal Blue #255FEE
Tints of Royal Blue #255FEE
RGB
CMYK
RGB Variations
Color information
#255FEE (or 0x255FEE) is known color: Royal Blue. HEX triplet: 25, 5F and EE. RGB value is (37,95,238). Sum of RGB (Red+Green+Blue) = 37+95+238=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #255FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255FEE is #DAA011. Grayscale: #5D5D5D. Windows color (decimal): -14327826 or 15621925. OLE color: 15621925.
HSL color Cylindrical-coordinate representation of color #255FEE: hue angle of 222.69º 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 #255FEE is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 95 | 238 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.07 |
| HSL | 222.69º | 0.86% | 0.54% | - |
| HSV(B) | 222.69º | 0.84% | 0.93% | - |
| XYZ | 20.29 | 14.75 | 82.67 | - |
| YUV | 93.96 | 209.28 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 238 | 0.84 | 0.60 | 0 | 0.07 | 222.69 | 0.86 | 0.54 |
| Hex | 25 | 5F | EE | 54 | 3C | 0 | 7 | DF | 56 | 36 |
| Octal | 45 | 137 | 356 | 124 | 74 | 0 | 7 | 337 | 126 | 66 |
| Binary | 100101 | 1011111 | 11101110 | 1010100 | 111100 | 0 | 111 | 11011111 | 1010110 | 110110 |
Color Harmonies of #255FEE
Complementary color
Monochromatic Colors of #255FEE
Black with #255FEE
Text Example
Text Example
White with #255FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FEE; }
p { color: rgb(37,95,238); }
H1.HeaderClassName
{
color: #255FEE;
}
.AnyTagClassName
{
color: #255FEE;
}
</style>
background-color css
<style>
a { background-color: #255FEE; }
a { background-color: rgb(37,95,238); }
div.DivClassName
{
background-color: #255FEE;
}
.BgClassName
{
background-color: #255FEE;
}
</style>
border-color css
<style>
span { border-color: #255FEE; }
span { border-color: rgb(37,95,238); }
td.TdClassName
{
border-color: #255FEE;
}
.TagClassName
{
border-color: #255FEE;
}
</style>