Shades of Royal Blue #255FDF
Tints of Royal Blue #255FDF
RGB
CMYK
RGB Variations
Color information
#255FDF (or 0x255FDF) is known color: Royal Blue. HEX triplet: 25, 5F and DF. RGB value is (37,95,223). Sum of RGB (Red+Green+Blue) = 37+95+223=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #255FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FDF is #DAA020. Grayscale: #5B5B5B. Windows color (decimal): -14327841 or 14638885. OLE color: 14638885.
HSL color Cylindrical-coordinate representation of color #255FDF: hue angle of 221.29º 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 #255FDF is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 95 | 223 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.13 |
| HSL | 221.29º | 0.74% | 0.51% | - |
| HSV(B) | 221.29º | 0.83% | 0.87% | - |
| XYZ | 18.17 | 13.91 | 71.54 | - |
| YUV | 92.25 | 201.78 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 223 | 0.83 | 0.57 | 0 | 0.13 | 221.29 | 0.74 | 0.51 |
| Hex | 25 | 5F | DF | 53 | 39 | 0 | D | DD | 4A | 33 |
| Octal | 45 | 137 | 337 | 123 | 71 | 0 | 15 | 335 | 112 | 63 |
| Binary | 100101 | 1011111 | 11011111 | 1010011 | 111001 | 0 | 1101 | 11011101 | 1001010 | 110011 |
Color Harmonies of #255FDF
Complementary color
Monochromatic Colors of #255FDF
Black with #255FDF
Text Example
Text Example
White with #255FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FDF; }
p { color: rgb(37,95,223); }
H1.HeaderClassName
{
color: #255FDF;
}
.AnyTagClassName
{
color: #255FDF;
}
</style>
background-color css
<style>
a { background-color: #255FDF; }
a { background-color: rgb(37,95,223); }
div.DivClassName
{
background-color: #255FDF;
}
.BgClassName
{
background-color: #255FDF;
}
</style>
border-color css
<style>
span { border-color: #255FDF; }
span { border-color: rgb(37,95,223); }
td.TdClassName
{
border-color: #255FDF;
}
.TagClassName
{
border-color: #255FDF;
}
</style>