Shades of Royal Blue #255BDD
Tints of Royal Blue #255BDD
RGB
CMYK
RGB Variations
Color information
#255BDD (or 0x255BDD) is known color: Royal Blue. HEX triplet: 25, 5B and DD. RGB value is (37,91,221). Sum of RGB (Red+Green+Blue) = 37+91+221=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #255BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BDD is #DAA422. Grayscale: #595959. Windows color (decimal): -14328867 or 14506789. OLE color: 14506789.
HSL color Cylindrical-coordinate representation of color #255BDD: hue angle of 222.39º degrees, saturation: 0.73, 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 #255BDD is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 91 | 221 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.13 |
| HSL | 222.39º | 0.73% | 0.51% | - |
| HSV(B) | 222.39º | 0.83% | 0.87% | - |
| XYZ | 17.56 | 13.1 | 70.01 | - |
| YUV | 89.67 | 202.11 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 221 | 0.83 | 0.59 | 0 | 0.13 | 222.39 | 0.73 | 0.51 |
| Hex | 25 | 5B | DD | 53 | 3B | 0 | D | DE | 49 | 33 |
| Octal | 45 | 133 | 335 | 123 | 73 | 0 | 15 | 336 | 111 | 63 |
| Binary | 100101 | 1011011 | 11011101 | 1010011 | 111011 | 0 | 1101 | 11011110 | 1001001 | 110011 |
Color Harmonies of #255BDD
Complementary color
Monochromatic Colors of #255BDD
Black with #255BDD
Text Example
Text Example
White with #255BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255BDD; }
p { color: rgb(37,91,221); }
H1.HeaderClassName
{
color: #255BDD;
}
.AnyTagClassName
{
color: #255BDD;
}
</style>
background-color css
<style>
a { background-color: #255BDD; }
a { background-color: rgb(37,91,221); }
div.DivClassName
{
background-color: #255BDD;
}
.BgClassName
{
background-color: #255BDD;
}
</style>
border-color css
<style>
span { border-color: #255BDD; }
span { border-color: rgb(37,91,221); }
td.TdClassName
{
border-color: #255BDD;
}
.TagClassName
{
border-color: #255BDD;
}
</style>