Shades of Royal Blue #255DDB
Tints of Royal Blue #255DDB
RGB
CMYK
RGB Variations
Color information
#255DDB (or 0x255DDB) is known color: Royal Blue. HEX triplet: 25, 5D and DB. RGB value is (37,93,219). Sum of RGB (Red+Green+Blue) = 37+93+219=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #255DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DDB is #DAA224. Grayscale: #5A5A5A. Windows color (decimal): -14328357 or 14376229. OLE color: 14376229.
HSL color Cylindrical-coordinate representation of color #255DDB: hue angle of 221.54º 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 #255DDB is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 93 | 219 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.14 |
| HSL | 221.54º | 0.72% | 0.5% | - |
| HSV(B) | 221.54º | 0.83% | 0.86% | - |
| XYZ | 17.46 | 13.34 | 68.67 | - |
| YUV | 90.62 | 200.45 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 219 | 0.83 | 0.58 | 0 | 0.14 | 221.54 | 0.72 | 0.5 |
| Hex | 25 | 5D | DB | 53 | 3A | 0 | E | DE | 48 | 32 |
| Octal | 45 | 135 | 333 | 123 | 72 | 0 | 16 | 336 | 110 | 62 |
| Binary | 100101 | 1011101 | 11011011 | 1010011 | 111010 | 0 | 1110 | 11011110 | 1001000 | 110010 |
Color Harmonies of #255DDB
Complementary color
Monochromatic Colors of #255DDB
Black with #255DDB
Text Example
Text Example
White with #255DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255DDB; }
p { color: rgb(37,93,219); }
H1.HeaderClassName
{
color: #255DDB;
}
.AnyTagClassName
{
color: #255DDB;
}
</style>
background-color css
<style>
a { background-color: #255DDB; }
a { background-color: rgb(37,93,219); }
div.DivClassName
{
background-color: #255DDB;
}
.BgClassName
{
background-color: #255DDB;
}
</style>
border-color css
<style>
span { border-color: #255DDB; }
span { border-color: rgb(37,93,219); }
td.TdClassName
{
border-color: #255DDB;
}
.TagClassName
{
border-color: #255DDB;
}
</style>