Shades of Cerulean Blue #1D4AEB
Tints of Cerulean Blue #1D4AEB
RGB
CMYK
RGB Variations
Color information
#1D4AEB (or 0x1D4AEB) is known color: Cerulean Blue. HEX triplet: 1D, 4A and EB. RGB value is (29,74,235). Sum of RGB (Red+Green+Blue) = 29+74+235=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D4AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D4AEB is #E2B514. Grayscale: #4E4E4E. Windows color (decimal): -14857493 or 15419933. OLE color: 15419933.
HSL color Cylindrical-coordinate representation of color #1D4AEB: hue angle of 226.89º degrees, saturation: 0.84, 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 #1D4AEB is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 74 | 235 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.08 |
| HSL | 226.89º | 0.84% | 0.52% | - |
| HSV(B) | 226.89º | 0.88% | 0.92% | - |
| XYZ | 17.95 | 11.16 | 79.8 | - |
| YUV | 78.9 | 216.09 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 235 | 0.88 | 0.69 | 0 | 0.08 | 226.89 | 0.84 | 0.52 |
| Hex | 1D | 4A | EB | 58 | 45 | 0 | 8 | E3 | 54 | 34 |
| Octal | 35 | 112 | 353 | 130 | 105 | 0 | 10 | 343 | 124 | 64 |
| Binary | 11101 | 1001010 | 11101011 | 1011000 | 1000101 | 0 | 1000 | 11100011 | 1010100 | 110100 |
Color Harmonies of #1D4AEB
Complementary color
Monochromatic Colors of #1D4AEB
Black with #1D4AEB
Text Example
Text Example
White with #1D4AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4AEB; }
p { color: rgb(29,74,235); }
H1.HeaderClassName
{
color: #1D4AEB;
}
.AnyTagClassName
{
color: #1D4AEB;
}
</style>
background-color css
<style>
a { background-color: #1D4AEB; }
a { background-color: rgb(29,74,235); }
div.DivClassName
{
background-color: #1D4AEB;
}
.BgClassName
{
background-color: #1D4AEB;
}
</style>
border-color css
<style>
span { border-color: #1D4AEB; }
span { border-color: rgb(29,74,235); }
td.TdClassName
{
border-color: #1D4AEB;
}
.TagClassName
{
border-color: #1D4AEB;
}
</style>