Shades of Cerulean Blue #1D4ADF
Tints of Cerulean Blue #1D4ADF
RGB
CMYK
RGB Variations
Color information
#1D4ADF (or 0x1D4ADF) is known color: Cerulean Blue. HEX triplet: 1D, 4A and DF. RGB value is (29,74,223). Sum of RGB (Red+Green+Blue) = 29+74+223=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D4ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4ADF is #E2B520. Grayscale: #4C4C4C. Windows color (decimal): -14857505 or 14633501. OLE color: 14633501.
HSL color Cylindrical-coordinate representation of color #1D4ADF: hue angle of 226.08º 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 #1D4ADF is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 74 | 223 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.13 |
| HSL | 226.08º | 0.77% | 0.49% | - |
| HSV(B) | 226.08º | 0.87% | 0.87% | - |
| XYZ | 16.27 | 10.49 | 70.98 | - |
| YUV | 77.53 | 210.09 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 223 | 0.87 | 0.67 | 0 | 0.13 | 226.08 | 0.77 | 0.49 |
| Hex | 1D | 4A | DF | 57 | 43 | 0 | D | E2 | 4D | 31 |
| Octal | 35 | 112 | 337 | 127 | 103 | 0 | 15 | 342 | 115 | 61 |
| Binary | 11101 | 1001010 | 11011111 | 1010111 | 1000011 | 0 | 1101 | 11100010 | 1001101 | 110001 |
Color Harmonies of #1D4ADF
Complementary color
Monochromatic Colors of #1D4ADF
Black with #1D4ADF
Text Example
Text Example
White with #1D4ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4ADF; }
p { color: rgb(29,74,223); }
H1.HeaderClassName
{
color: #1D4ADF;
}
.AnyTagClassName
{
color: #1D4ADF;
}
</style>
background-color css
<style>
a { background-color: #1D4ADF; }
a { background-color: rgb(29,74,223); }
div.DivClassName
{
background-color: #1D4ADF;
}
.BgClassName
{
background-color: #1D4ADF;
}
</style>
border-color css
<style>
span { border-color: #1D4ADF; }
span { border-color: rgb(29,74,223); }
td.TdClassName
{
border-color: #1D4ADF;
}
.TagClassName
{
border-color: #1D4ADF;
}
</style>