Shades of Royal Blue #2363DE
Tints of Royal Blue #2363DE
RGB
CMYK
RGB Variations
Color information
#2363DE (or 0x2363DE) is known color: Royal Blue. HEX triplet: 23, 63 and DE. RGB value is (35,99,222). Sum of RGB (Red+Green+Blue) = 35+99+222=356 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.83% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #2363DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2363DE is #DC9C21. Grayscale: #5D5D5D. Windows color (decimal): -14457890 or 14574371. OLE color: 14574371.
HSL color Cylindrical-coordinate representation of color #2363DE: hue angle of 219.47º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2363DE is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 99 | 222 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.13 |
| HSL | 219.47º | 0.74% | 0.5% | - |
| HSV(B) | 219.47º | 0.84% | 0.87% | - |
| XYZ | 18.34 | 14.55 | 70.95 | - |
| YUV | 93.89 | 200.3 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 99 | 222 | 0.84 | 0.55 | 0 | 0.13 | 219.47 | 0.74 | 0.5 |
| Hex | 23 | 63 | DE | 54 | 37 | 0 | D | DB | 4A | 32 |
| Octal | 43 | 143 | 336 | 124 | 67 | 0 | 15 | 333 | 112 | 62 |
| Binary | 100011 | 1100011 | 11011110 | 1010100 | 110111 | 0 | 1101 | 11011011 | 1001010 | 110010 |
Color Harmonies of #2363DE
Complementary color
Monochromatic Colors of #2363DE
Black with #2363DE
Text Example
Text Example
White with #2363DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2363DE; }
p { color: rgb(35,99,222); }
H1.HeaderClassName
{
color: #2363DE;
}
.AnyTagClassName
{
color: #2363DE;
}
</style>
background-color css
<style>
a { background-color: #2363DE; }
a { background-color: rgb(35,99,222); }
div.DivClassName
{
background-color: #2363DE;
}
.BgClassName
{
background-color: #2363DE;
}
</style>
border-color css
<style>
span { border-color: #2363DE; }
span { border-color: rgb(35,99,222); }
td.TdClassName
{
border-color: #2363DE;
}
.TagClassName
{
border-color: #2363DE;
}
</style>