Shades of Royal Blue #2475DF
Tints of Royal Blue #2475DF
RGB
CMYK
RGB Variations
Color information
#2475DF (or 0x2475DF) is known color: Royal Blue. HEX triplet: 24, 75 and DF. RGB value is (36,117,223). Sum of RGB (Red+Green+Blue) = 36+117+223=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #2475DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2475DF is #DB8A20. Grayscale: #686868. Windows color (decimal): -14387745 or 14644516. OLE color: 14644516.
HSL color Cylindrical-coordinate representation of color #2475DF: hue angle of 214.01º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2475DF is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 117 | 223 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.13 |
| HSL | 214.01º | 0.75% | 0.51% | - |
| HSV(B) | 214.01º | 0.84% | 0.87% | - |
| XYZ | 20.41 | 18.43 | 72.29 | - |
| YUV | 104.87 | 194.66 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 223 | 0.84 | 0.48 | 0 | 0.13 | 214.01 | 0.75 | 0.51 |
| Hex | 24 | 75 | DF | 54 | 30 | 0 | D | D6 | 4B | 33 |
| Octal | 44 | 165 | 337 | 124 | 60 | 0 | 15 | 326 | 113 | 63 |
| Binary | 100100 | 1110101 | 11011111 | 1010100 | 110000 | 0 | 1101 | 11010110 | 1001011 | 110011 |
Color Harmonies of #2475DF
Complementary color
Monochromatic Colors of #2475DF
Black with #2475DF
Text Example
Text Example
White with #2475DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2475DF; }
p { color: rgb(36,117,223); }
H1.HeaderClassName
{
color: #2475DF;
}
.AnyTagClassName
{
color: #2475DF;
}
</style>
background-color css
<style>
a { background-color: #2475DF; }
a { background-color: rgb(36,117,223); }
div.DivClassName
{
background-color: #2475DF;
}
.BgClassName
{
background-color: #2475DF;
}
</style>
border-color css
<style>
span { border-color: #2475DF; }
span { border-color: rgb(36,117,223); }
td.TdClassName
{
border-color: #2475DF;
}
.TagClassName
{
border-color: #2475DF;
}
</style>