Shades of Royal Blue #255FDE
Tints of Royal Blue #255FDE
RGB
CMYK
RGB Variations
Color information
#255FDE (or 0x255FDE) is known color: Royal Blue. HEX triplet: 25, 5F and DE. RGB value is (37,95,222). Sum of RGB (Red+Green+Blue) = 37+95+222=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #255FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FDE is #DAA021. Grayscale: #5B5B5B. Windows color (decimal): -14327842 or 14573349. OLE color: 14573349.
HSL color Cylindrical-coordinate representation of color #255FDE: hue angle of 221.19º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255FDE is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 95 | 222 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.13 |
| HSL | 221.19º | 0.74% | 0.51% | - |
| HSV(B) | 221.19º | 0.83% | 0.87% | - |
| XYZ | 18.04 | 13.85 | 70.83 | - |
| YUV | 92.14 | 201.28 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 222 | 0.83 | 0.57 | 0 | 0.13 | 221.19 | 0.74 | 0.51 |
| Hex | 25 | 5F | DE | 53 | 39 | 0 | D | DD | 4A | 33 |
| Octal | 45 | 137 | 336 | 123 | 71 | 0 | 15 | 335 | 112 | 63 |
| Binary | 100101 | 1011111 | 11011110 | 1010011 | 111001 | 0 | 1101 | 11011101 | 1001010 | 110011 |
Color Harmonies of #255FDE
Complementary color
Monochromatic Colors of #255FDE
Black with #255FDE
Text Example
Text Example
White with #255FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FDE; }
p { color: rgb(37,95,222); }
H1.HeaderClassName
{
color: #255FDE;
}
.AnyTagClassName
{
color: #255FDE;
}
</style>
background-color css
<style>
a { background-color: #255FDE; }
a { background-color: rgb(37,95,222); }
div.DivClassName
{
background-color: #255FDE;
}
.BgClassName
{
background-color: #255FDE;
}
</style>
border-color css
<style>
span { border-color: #255FDE; }
span { border-color: rgb(37,95,222); }
td.TdClassName
{
border-color: #255FDE;
}
.TagClassName
{
border-color: #255FDE;
}
</style>