Shades of Royal Blue #255FDC
Tints of Royal Blue #255FDC
RGB
CMYK
RGB Variations
Color information
#255FDC (or 0x255FDC) is known color: Royal Blue. HEX triplet: 25, 5F and DC. RGB value is (37,95,220). Sum of RGB (Red+Green+Blue) = 37+95+220=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #255FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FDC is #DAA023. Grayscale: #5B5B5B. Windows color (decimal): -14327844 or 14442277. OLE color: 14442277.
HSL color Cylindrical-coordinate representation of color #255FDC: hue angle of 220.98º 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 #255FDC is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 95 | 220 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.14 |
| HSL | 220.98º | 0.72% | 0.5% | - |
| HSV(B) | 220.98º | 0.83% | 0.86% | - |
| XYZ | 17.77 | 13.75 | 69.43 | - |
| YUV | 91.91 | 200.28 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 220 | 0.83 | 0.57 | 0 | 0.14 | 220.98 | 0.72 | 0.5 |
| Hex | 25 | 5F | DC | 53 | 39 | 0 | E | DD | 48 | 32 |
| Octal | 45 | 137 | 334 | 123 | 71 | 0 | 16 | 335 | 110 | 62 |
| Binary | 100101 | 1011111 | 11011100 | 1010011 | 111001 | 0 | 1110 | 11011101 | 1001000 | 110010 |
Color Harmonies of #255FDC
Complementary color
Monochromatic Colors of #255FDC
Black with #255FDC
Text Example
Text Example
White with #255FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FDC; }
p { color: rgb(37,95,220); }
H1.HeaderClassName
{
color: #255FDC;
}
.AnyTagClassName
{
color: #255FDC;
}
</style>
background-color css
<style>
a { background-color: #255FDC; }
a { background-color: rgb(37,95,220); }
div.DivClassName
{
background-color: #255FDC;
}
.BgClassName
{
background-color: #255FDC;
}
</style>
border-color css
<style>
span { border-color: #255FDC; }
span { border-color: rgb(37,95,220); }
td.TdClassName
{
border-color: #255FDC;
}
.TagClassName
{
border-color: #255FDC;
}
</style>