Shades of Royal Blue #2D63EF
Tints of Royal Blue #2D63EF
RGB
CMYK
RGB Variations
Color information
#2D63EF (or 0x2D63EF) is known color: Royal Blue. HEX triplet: 2D, 63 and EF. RGB value is (45,99,239). Sum of RGB (Red+Green+Blue) = 45+99+239=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D63EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D63EF is #D29C10. Grayscale: #626262. Windows color (decimal): -13802513 or 15688493. OLE color: 15688493.
HSL color Cylindrical-coordinate representation of color #2D63EF: hue angle of 223.3º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D63EF is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 99 | 239 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.06 |
| HSL | 223.3º | 0.86% | 0.56% | - |
| HSV(B) | 223.3º | 0.81% | 0.94% | - |
| XYZ | 21.12 | 15.71 | 83.58 | - |
| YUV | 98.81 | 207.11 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 239 | 0.81 | 0.59 | 0 | 0.06 | 223.3 | 0.86 | 0.56 |
| Hex | 2D | 63 | EF | 51 | 3B | 0 | 6 | DF | 56 | 38 |
| Octal | 55 | 143 | 357 | 121 | 73 | 0 | 6 | 337 | 126 | 70 |
| Binary | 101101 | 1100011 | 11101111 | 1010001 | 111011 | 0 | 110 | 11011111 | 1010110 | 111000 |
Color Harmonies of #2D63EF
Complementary color
Monochromatic Colors of #2D63EF
Black with #2D63EF
Text Example
Text Example
White with #2D63EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D63EF; }
p { color: rgb(45,99,239); }
H1.HeaderClassName
{
color: #2D63EF;
}
.AnyTagClassName
{
color: #2D63EF;
}
</style>
background-color css
<style>
a { background-color: #2D63EF; }
a { background-color: rgb(45,99,239); }
div.DivClassName
{
background-color: #2D63EF;
}
.BgClassName
{
background-color: #2D63EF;
}
</style>
border-color css
<style>
span { border-color: #2D63EF; }
span { border-color: rgb(45,99,239); }
td.TdClassName
{
border-color: #2D63EF;
}
.TagClassName
{
border-color: #2D63EF;
}
</style>