Shades of Royal Blue #1D63FC
Tints of Royal Blue #1D63FC
RGB
CMYK
RGB Variations
Color information
#1D63FC (or 0x1D63FC) is known color: Royal Blue. HEX triplet: 1D, 63 and FC. RGB value is (29,99,252). Sum of RGB (Red+Green+Blue) = 29+99+252=380 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.63% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D63FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D63FC is #E29C03. Grayscale: #5E5E5E. Windows color (decimal): -14851076 or 16540445. OLE color: 16540445.
HSL color Cylindrical-coordinate representation of color #1D63FC: hue angle of 221.17º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D63FC is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 99 | 252 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.01 |
| HSL | 221.17º | 0.97% | 0.55% | - |
| HSV(B) | 221.17º | 0.88% | 0.99% | - |
| XYZ | 22.54 | 16.21 | 94.04 | - |
| YUV | 95.51 | 216.31 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 252 | 0.88 | 0.61 | 0 | 0.01 | 221.17 | 0.97 | 0.55 |
| Hex | 1D | 63 | FC | 58 | 3D | 0 | 1 | DD | 61 | 37 |
| Octal | 35 | 143 | 374 | 130 | 75 | 0 | 1 | 335 | 141 | 67 |
| Binary | 11101 | 1100011 | 11111100 | 1011000 | 111101 | 0 | 1 | 11011101 | 1100001 | 110111 |
Color Harmonies of #1D63FC
Complementary color
Monochromatic Colors of #1D63FC
Black with #1D63FC
Text Example
Text Example
White with #1D63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D63FC; }
p { color: rgb(29,99,252); }
H1.HeaderClassName
{
color: #1D63FC;
}
.AnyTagClassName
{
color: #1D63FC;
}
</style>
background-color css
<style>
a { background-color: #1D63FC; }
a { background-color: rgb(29,99,252); }
div.DivClassName
{
background-color: #1D63FC;
}
.BgClassName
{
background-color: #1D63FC;
}
</style>
border-color css
<style>
span { border-color: #1D63FC; }
span { border-color: rgb(29,99,252); }
td.TdClassName
{
border-color: #1D63FC;
}
.TagClassName
{
border-color: #1D63FC;
}
</style>