Shades of Cerulean Blue #1D46DD
Tints of Cerulean Blue #1D46DD
RGB
CMYK
RGB Variations
Color information
#1D46DD (or 0x1D46DD) is known color: Cerulean Blue. HEX triplet: 1D, 46 and DD. RGB value is (29,70,221). Sum of RGB (Red+Green+Blue) = 29+70+221=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #1D46DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D46DD is #E2B922. Grayscale: #4A4A4A. Windows color (decimal): -14858531 or 14501405. OLE color: 14501405.
HSL color Cylindrical-coordinate representation of color #1D46DD: hue angle of 227.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D46DD is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 70 | 221 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.13 |
| HSL | 227.19º | 0.77% | 0.49% | - |
| HSV(B) | 227.19º | 0.87% | 0.87% | - |
| XYZ | 15.75 | 9.86 | 69.48 | - |
| YUV | 74.96 | 210.42 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 221 | 0.87 | 0.68 | 0 | 0.13 | 227.19 | 0.77 | 0.49 |
| Hex | 1D | 46 | DD | 57 | 44 | 0 | D | E3 | 4D | 31 |
| Octal | 35 | 106 | 335 | 127 | 104 | 0 | 15 | 343 | 115 | 61 |
| Binary | 11101 | 1000110 | 11011101 | 1010111 | 1000100 | 0 | 1101 | 11100011 | 1001101 | 110001 |
Color Harmonies of #1D46DD
Complementary color
Monochromatic Colors of #1D46DD
Black with #1D46DD
Text Example
Text Example
White with #1D46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D46DD; }
p { color: rgb(29,70,221); }
H1.HeaderClassName
{
color: #1D46DD;
}
.AnyTagClassName
{
color: #1D46DD;
}
</style>
background-color css
<style>
a { background-color: #1D46DD; }
a { background-color: rgb(29,70,221); }
div.DivClassName
{
background-color: #1D46DD;
}
.BgClassName
{
background-color: #1D46DD;
}
</style>
border-color css
<style>
span { border-color: #1D46DD; }
span { border-color: rgb(29,70,221); }
td.TdClassName
{
border-color: #1D46DD;
}
.TagClassName
{
border-color: #1D46DD;
}
</style>