Shades of Royal Blue #2365DF
Tints of Royal Blue #2365DF
RGB
CMYK
RGB Variations
Color information
#2365DF (or 0x2365DF) is known color: Royal Blue. HEX triplet: 23, 65 and DF. RGB value is (35,101,223). Sum of RGB (Red+Green+Blue) = 35+101+223=359 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.75% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #2365DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2365DF is #DC9A20. Grayscale: #5E5E5E. Windows color (decimal): -14457377 or 14640419. OLE color: 14640419.
HSL color Cylindrical-coordinate representation of color #2365DF: hue angle of 218.94º 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 #2365DF is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 101 | 223 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.13 |
| HSL | 218.94º | 0.75% | 0.51% | - |
| HSV(B) | 218.94º | 0.84% | 0.87% | - |
| XYZ | 18.67 | 14.99 | 71.72 | - |
| YUV | 95.17 | 200.13 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 223 | 0.84 | 0.55 | 0 | 0.13 | 218.94 | 0.75 | 0.51 |
| Hex | 23 | 65 | DF | 54 | 37 | 0 | D | DB | 4B | 33 |
| Octal | 43 | 145 | 337 | 124 | 67 | 0 | 15 | 333 | 113 | 63 |
| Binary | 100011 | 1100101 | 11011111 | 1010100 | 110111 | 0 | 1101 | 11011011 | 1001011 | 110011 |
Color Harmonies of #2365DF
Complementary color
Monochromatic Colors of #2365DF
Black with #2365DF
Text Example
Text Example
White with #2365DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2365DF; }
p { color: rgb(35,101,223); }
H1.HeaderClassName
{
color: #2365DF;
}
.AnyTagClassName
{
color: #2365DF;
}
</style>
background-color css
<style>
a { background-color: #2365DF; }
a { background-color: rgb(35,101,223); }
div.DivClassName
{
background-color: #2365DF;
}
.BgClassName
{
background-color: #2365DF;
}
</style>
border-color css
<style>
span { border-color: #2365DF; }
span { border-color: rgb(35,101,223); }
td.TdClassName
{
border-color: #2365DF;
}
.TagClassName
{
border-color: #2365DF;
}
</style>