Shades of Royal Blue #255ADF
Tints of Royal Blue #255ADF
RGB
CMYK
RGB Variations
Color information
#255ADF (or 0x255ADF) is known color: Royal Blue. HEX triplet: 25, 5A and DF. RGB value is (37,90,223). Sum of RGB (Red+Green+Blue) = 37+90+223=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #255ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ADF is #DAA520. Grayscale: #585858. Windows color (decimal): -14329121 or 14637605. OLE color: 14637605.
HSL color Cylindrical-coordinate representation of color #255ADF: hue angle of 222.9º 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 #255ADF is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 90 | 223 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.13 |
| HSL | 222.9º | 0.74% | 0.51% | - |
| HSV(B) | 222.9º | 0.83% | 0.87% | - |
| XYZ | 17.74 | 13.03 | 71.39 | - |
| YUV | 89.32 | 203.44 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 223 | 0.83 | 0.60 | 0 | 0.13 | 222.9 | 0.74 | 0.51 |
| Hex | 25 | 5A | DF | 53 | 3C | 0 | D | DF | 4A | 33 |
| Octal | 45 | 132 | 337 | 123 | 74 | 0 | 15 | 337 | 112 | 63 |
| Binary | 100101 | 1011010 | 11011111 | 1010011 | 111100 | 0 | 1101 | 11011111 | 1001010 | 110011 |
Color Harmonies of #255ADF
Complementary color
Monochromatic Colors of #255ADF
Black with #255ADF
Text Example
Text Example
White with #255ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255ADF; }
p { color: rgb(37,90,223); }
H1.HeaderClassName
{
color: #255ADF;
}
.AnyTagClassName
{
color: #255ADF;
}
</style>
background-color css
<style>
a { background-color: #255ADF; }
a { background-color: rgb(37,90,223); }
div.DivClassName
{
background-color: #255ADF;
}
.BgClassName
{
background-color: #255ADF;
}
</style>
border-color css
<style>
span { border-color: #255ADF; }
span { border-color: rgb(37,90,223); }
td.TdClassName
{
border-color: #255ADF;
}
.TagClassName
{
border-color: #255ADF;
}
</style>