Shades of Royal Blue #255DFD
Tints of Royal Blue #255DFD
RGB
CMYK
RGB Variations
Color information
#255DFD (or 0x255DFD) is known color: Royal Blue. HEX triplet: 25, 5D and FD. RGB value is (37,93,253). Sum of RGB (Red+Green+Blue) = 37+93+253=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #255DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255DFD is #DAA202. Grayscale: #5D5D5D. Windows color (decimal): -14328323 or 16604453. OLE color: 16604453.
HSL color Cylindrical-coordinate representation of color #255DFD: hue angle of 224.44º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255DFD is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 93 | 253 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.01 |
| HSL | 224.44º | 0.98% | 0.57% | - |
| HSV(B) | 224.44º | 0.85% | 0.99% | - |
| XYZ | 22.41 | 15.31 | 94.7 | - |
| YUV | 94.5 | 217.45 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 253 | 0.85 | 0.63 | 0 | 0.01 | 224.44 | 0.98 | 0.57 |
| Hex | 25 | 5D | FD | 55 | 3F | 0 | 1 | E0 | 62 | 39 |
| Octal | 45 | 135 | 375 | 125 | 77 | 0 | 1 | 340 | 142 | 71 |
| Binary | 100101 | 1011101 | 11111101 | 1010101 | 111111 | 0 | 1 | 11100000 | 1100010 | 111001 |
Color Harmonies of #255DFD
Complementary color
Monochromatic Colors of #255DFD
Black with #255DFD
Text Example
Text Example
White with #255DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255DFD; }
p { color: rgb(37,93,253); }
H1.HeaderClassName
{
color: #255DFD;
}
.AnyTagClassName
{
color: #255DFD;
}
</style>
background-color css
<style>
a { background-color: #255DFD; }
a { background-color: rgb(37,93,253); }
div.DivClassName
{
background-color: #255DFD;
}
.BgClassName
{
background-color: #255DFD;
}
</style>
border-color css
<style>
span { border-color: #255DFD; }
span { border-color: rgb(37,93,253); }
td.TdClassName
{
border-color: #255DFD;
}
.TagClassName
{
border-color: #255DFD;
}
</style>