Shades of Cerulean Blue #1D50A6
Tints of Cerulean Blue #1D50A6
RGB
CMYK
RGB Variations
Color information
#1D50A6 (or 0x1D50A6) is known color: Cerulean Blue. HEX triplet: 1D, 50 and A6. RGB value is (29,80,166). Sum of RGB (Red+Green+Blue) = 29+80+166=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 166 (65.23% from 255 or 60.36% from 275); Max value from RGB is 166 - color contains mainly: blue. Hex color #1D50A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D50A6 is #E2AF59. Grayscale: #4A4A4A. Windows color (decimal): -14856026 or 10899485. OLE color: 10899485.
HSL color Cylindrical-coordinate representation of color #1D50A6: hue angle of 217.66º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D50A6 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 80 | 166 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.35 |
| HSL | 217.66º | 0.7% | 0.38% | - |
| HSV(B) | 217.66º | 0.83% | 0.65% | - |
| XYZ | 10.26 | 8.75 | 37.22 | - |
| YUV | 74.56 | 179.6 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 166 | 0.83 | 0.52 | 0 | 0.35 | 217.66 | 0.7 | 0.38 |
| Hex | 1D | 50 | A6 | 53 | 34 | 0 | 23 | DA | 46 | 26 |
| Octal | 35 | 120 | 246 | 123 | 64 | 0 | 43 | 332 | 106 | 46 |
| Binary | 11101 | 1010000 | 10100110 | 1010011 | 110100 | 0 | 100011 | 11011010 | 1000110 | 100110 |
Color Harmonies of #1D50A6
Complementary color
Monochromatic Colors of #1D50A6
Black with #1D50A6
Text Example
Text Example
White with #1D50A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D50A6; }
p { color: rgb(29,80,166); }
H1.HeaderClassName
{
color: #1D50A6;
}
.AnyTagClassName
{
color: #1D50A6;
}
</style>
background-color css
<style>
a { background-color: #1D50A6; }
a { background-color: rgb(29,80,166); }
div.DivClassName
{
background-color: #1D50A6;
}
.BgClassName
{
background-color: #1D50A6;
}
</style>
border-color css
<style>
span { border-color: #1D50A6; }
span { border-color: rgb(29,80,166); }
td.TdClassName
{
border-color: #1D50A6;
}
.TagClassName
{
border-color: #1D50A6;
}
</style>