Shades of Royal Blue #255FE0
Tints of Royal Blue #255FE0
RGB
CMYK
RGB Variations
Color information
#255FE0 (or 0x255FE0) is known color: Royal Blue. HEX triplet: 25, 5F and E0. RGB value is (37,95,224). Sum of RGB (Red+Green+Blue) = 37+95+224=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #255FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FE0 is #DAA01F. Grayscale: #5B5B5B. Windows color (decimal): -14327840 or 14704421. OLE color: 14704421.
HSL color Cylindrical-coordinate representation of color #255FE0: hue angle of 221.39º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255FE0 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 95 | 224 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.12 |
| HSL | 221.39º | 0.75% | 0.51% | - |
| HSV(B) | 221.39º | 0.83% | 0.88% | - |
| XYZ | 18.31 | 13.96 | 72.25 | - |
| YUV | 92.36 | 202.28 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 224 | 0.83 | 0.58 | 0 | 0.12 | 221.39 | 0.75 | 0.51 |
| Hex | 25 | 5F | E0 | 53 | 3A | 0 | C | DD | 4B | 33 |
| Octal | 45 | 137 | 340 | 123 | 72 | 0 | 14 | 335 | 113 | 63 |
| Binary | 100101 | 1011111 | 11100000 | 1010011 | 111010 | 0 | 1100 | 11011101 | 1001011 | 110011 |
Color Harmonies of #255FE0
Complementary color
Monochromatic Colors of #255FE0
Black with #255FE0
Text Example
Text Example
White with #255FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FE0; }
p { color: rgb(37,95,224); }
H1.HeaderClassName
{
color: #255FE0;
}
.AnyTagClassName
{
color: #255FE0;
}
</style>
background-color css
<style>
a { background-color: #255FE0; }
a { background-color: rgb(37,95,224); }
div.DivClassName
{
background-color: #255FE0;
}
.BgClassName
{
background-color: #255FE0;
}
</style>
border-color css
<style>
span { border-color: #255FE0; }
span { border-color: rgb(37,95,224); }
td.TdClassName
{
border-color: #255FE0;
}
.TagClassName
{
border-color: #255FE0;
}
</style>