Shades of Royal Blue #1D63EA
Tints of Royal Blue #1D63EA
RGB
CMYK
RGB Variations
Color information
#1D63EA (or 0x1D63EA) is known color: Royal Blue. HEX triplet: 1D, 63 and EA. RGB value is (29,99,234). Sum of RGB (Red+Green+Blue) = 29+99+234=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #1D63EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D63EA is #E29C15. Grayscale: #5C5C5C. Windows color (decimal): -14851094 or 15360797. OLE color: 15360797.
HSL color Cylindrical-coordinate representation of color #1D63EA: hue angle of 219.51º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D63EA is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 99 | 234 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.08 |
| HSL | 219.51º | 0.83% | 0.52% | - |
| HSV(B) | 219.51º | 0.88% | 0.92% | - |
| XYZ | 19.82 | 15.13 | 79.72 | - |
| YUV | 93.46 | 207.31 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 234 | 0.88 | 0.58 | 0 | 0.08 | 219.51 | 0.83 | 0.52 |
| Hex | 1D | 63 | EA | 58 | 3A | 0 | 8 | DC | 53 | 34 |
| Octal | 35 | 143 | 352 | 130 | 72 | 0 | 10 | 334 | 123 | 64 |
| Binary | 11101 | 1100011 | 11101010 | 1011000 | 111010 | 0 | 1000 | 11011100 | 1010011 | 110100 |
Color Harmonies of #1D63EA
Complementary color
Monochromatic Colors of #1D63EA
Black with #1D63EA
Text Example
Text Example
White with #1D63EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D63EA; }
p { color: rgb(29,99,234); }
H1.HeaderClassName
{
color: #1D63EA;
}
.AnyTagClassName
{
color: #1D63EA;
}
</style>
background-color css
<style>
a { background-color: #1D63EA; }
a { background-color: rgb(29,99,234); }
div.DivClassName
{
background-color: #1D63EA;
}
.BgClassName
{
background-color: #1D63EA;
}
</style>
border-color css
<style>
span { border-color: #1D63EA; }
span { border-color: rgb(29,99,234); }
td.TdClassName
{
border-color: #1D63EA;
}
.TagClassName
{
border-color: #1D63EA;
}
</style>