Shades of Cerulean Blue #1D46EE
Tints of Cerulean Blue #1D46EE
RGB
CMYK
RGB Variations
Color information
#1D46EE (or 0x1D46EE) is known color: Cerulean Blue. HEX triplet: 1D, 46 and EE. RGB value is (29,70,238). Sum of RGB (Red+Green+Blue) = 29+70+238=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D46EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D46EE is #E2B911. Grayscale: #4C4C4C. Windows color (decimal): -14858514 or 15615517. OLE color: 15615517.
HSL color Cylindrical-coordinate representation of color #1D46EE: hue angle of 228.23º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D46EE is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 70 | 238 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.07 |
| HSL | 228.23º | 0.86% | 0.52% | - |
| HSV(B) | 228.23º | 0.88% | 0.93% | - |
| XYZ | 18.13 | 10.81 | 82.02 | - |
| YUV | 76.89 | 218.92 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 238 | 0.88 | 0.71 | 0 | 0.07 | 228.23 | 0.86 | 0.52 |
| Hex | 1D | 46 | EE | 58 | 47 | 0 | 7 | E4 | 56 | 34 |
| Octal | 35 | 106 | 356 | 130 | 107 | 0 | 7 | 344 | 126 | 64 |
| Binary | 11101 | 1000110 | 11101110 | 1011000 | 1000111 | 0 | 111 | 11100100 | 1010110 | 110100 |
Color Harmonies of #1D46EE
Complementary color
Monochromatic Colors of #1D46EE
Black with #1D46EE
Text Example
Text Example
White with #1D46EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D46EE; }
p { color: rgb(29,70,238); }
H1.HeaderClassName
{
color: #1D46EE;
}
.AnyTagClassName
{
color: #1D46EE;
}
</style>
background-color css
<style>
a { background-color: #1D46EE; }
a { background-color: rgb(29,70,238); }
div.DivClassName
{
background-color: #1D46EE;
}
.BgClassName
{
background-color: #1D46EE;
}
</style>
border-color css
<style>
span { border-color: #1D46EE; }
span { border-color: rgb(29,70,238); }
td.TdClassName
{
border-color: #1D46EE;
}
.TagClassName
{
border-color: #1D46EE;
}
</style>