Shades of Royal Blue #255EDC
Tints of Royal Blue #255EDC
RGB
CMYK
RGB Variations
Color information
#255EDC (or 0x255EDC) is known color: Royal Blue. HEX triplet: 25, 5E and DC. RGB value is (37,94,220). Sum of RGB (Red+Green+Blue) = 37+94+220=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #255EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255EDC is #DAA123. Grayscale: #5A5A5A. Windows color (decimal): -14328100 or 14442021. OLE color: 14442021.
HSL color Cylindrical-coordinate representation of color #255EDC: hue angle of 221.31º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255EDC is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 94 | 220 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.14 |
| HSL | 221.31º | 0.72% | 0.5% | - |
| HSV(B) | 221.31º | 0.83% | 0.86% | - |
| XYZ | 17.68 | 13.57 | 69.4 | - |
| YUV | 91.32 | 200.62 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 220 | 0.83 | 0.57 | 0 | 0.14 | 221.31 | 0.72 | 0.5 |
| Hex | 25 | 5E | DC | 53 | 39 | 0 | E | DD | 48 | 32 |
| Octal | 45 | 136 | 334 | 123 | 71 | 0 | 16 | 335 | 110 | 62 |
| Binary | 100101 | 1011110 | 11011100 | 1010011 | 111001 | 0 | 1110 | 11011101 | 1001000 | 110010 |
Color Harmonies of #255EDC
Complementary color
Monochromatic Colors of #255EDC
Black with #255EDC
Text Example
Text Example
White with #255EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255EDC; }
p { color: rgb(37,94,220); }
H1.HeaderClassName
{
color: #255EDC;
}
.AnyTagClassName
{
color: #255EDC;
}
</style>
background-color css
<style>
a { background-color: #255EDC; }
a { background-color: rgb(37,94,220); }
div.DivClassName
{
background-color: #255EDC;
}
.BgClassName
{
background-color: #255EDC;
}
</style>
border-color css
<style>
span { border-color: #255EDC; }
span { border-color: rgb(37,94,220); }
td.TdClassName
{
border-color: #255EDC;
}
.TagClassName
{
border-color: #255EDC;
}
</style>