Shades of Cerulean Blue #1D45EF
Tints of Cerulean Blue #1D45EF
RGB
CMYK
RGB Variations
Color information
#1D45EF (or 0x1D45EF) is known color: Cerulean Blue. HEX triplet: 1D, 45 and EF. RGB value is (29,69,239). Sum of RGB (Red+Green+Blue) = 29+69+239=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D45EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D45EF is #E2BA10. Grayscale: #4B4B4B. Windows color (decimal): -14858769 or 15680797. OLE color: 15680797.
HSL color Cylindrical-coordinate representation of color #1D45EF: hue angle of 228.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D45EF is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 69 | 239 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.06 |
| HSL | 228.57º | 0.87% | 0.53% | - |
| HSV(B) | 228.57º | 0.88% | 0.94% | - |
| XYZ | 18.21 | 10.75 | 82.78 | - |
| YUV | 76.42 | 219.75 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 239 | 0.88 | 0.71 | 0 | 0.06 | 228.57 | 0.87 | 0.53 |
| Hex | 1D | 45 | EF | 58 | 47 | 0 | 6 | E5 | 57 | 35 |
| Octal | 35 | 105 | 357 | 130 | 107 | 0 | 6 | 345 | 127 | 65 |
| Binary | 11101 | 1000101 | 11101111 | 1011000 | 1000111 | 0 | 110 | 11100101 | 1010111 | 110101 |
Color Harmonies of #1D45EF
Complementary color
Monochromatic Colors of #1D45EF
Black with #1D45EF
Text Example
Text Example
White with #1D45EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D45EF; }
p { color: rgb(29,69,239); }
H1.HeaderClassName
{
color: #1D45EF;
}
.AnyTagClassName
{
color: #1D45EF;
}
</style>
background-color css
<style>
a { background-color: #1D45EF; }
a { background-color: rgb(29,69,239); }
div.DivClassName
{
background-color: #1D45EF;
}
.BgClassName
{
background-color: #1D45EF;
}
</style>
border-color css
<style>
span { border-color: #1D45EF; }
span { border-color: rgb(29,69,239); }
td.TdClassName
{
border-color: #1D45EF;
}
.TagClassName
{
border-color: #1D45EF;
}
</style>