Shades of Royal Blue #1D52FB
Tints of Royal Blue #1D52FB
RGB
CMYK
RGB Variations
Color information
#1D52FB (or 0x1D52FB) is known color: Royal Blue. HEX triplet: 1D, 52 and FB. RGB value is (29,82,251). Sum of RGB (Red+Green+Blue) = 29+82+251=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D52FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D52FB is #E2AD04. Grayscale: #545454. Windows color (decimal): -14855429 or 16470557. OLE color: 16470557.
HSL color Cylindrical-coordinate representation of color #1D52FB: hue angle of 225.68º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D52FB is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 82 | 251 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.02 |
| HSL | 225.68º | 0.97% | 0.55% | - |
| HSV(B) | 225.68º | 0.88% | 0.98% | - |
| XYZ | 20.94 | 13.26 | 92.72 | - |
| YUV | 85.42 | 221.44 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 82 | 251 | 0.88 | 0.67 | 0 | 0.02 | 225.68 | 0.97 | 0.55 |
| Hex | 1D | 52 | FB | 58 | 43 | 0 | 2 | E2 | 61 | 37 |
| Octal | 35 | 122 | 373 | 130 | 103 | 0 | 2 | 342 | 141 | 67 |
| Binary | 11101 | 1010010 | 11111011 | 1011000 | 1000011 | 0 | 10 | 11100010 | 1100001 | 110111 |
Color Harmonies of #1D52FB
Complementary color
Monochromatic Colors of #1D52FB
Black with #1D52FB
Text Example
Text Example
White with #1D52FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D52FB; }
p { color: rgb(29,82,251); }
H1.HeaderClassName
{
color: #1D52FB;
}
.AnyTagClassName
{
color: #1D52FB;
}
</style>
background-color css
<style>
a { background-color: #1D52FB; }
a { background-color: rgb(29,82,251); }
div.DivClassName
{
background-color: #1D52FB;
}
.BgClassName
{
background-color: #1D52FB;
}
</style>
border-color css
<style>
span { border-color: #1D52FB; }
span { border-color: rgb(29,82,251); }
td.TdClassName
{
border-color: #1D52FB;
}
.TagClassName
{
border-color: #1D52FB;
}
</style>