Shades of Cerulean Blue #1D50CD
Tints of Cerulean Blue #1D50CD
RGB
CMYK
RGB Variations
Color information
#1D50CD (or 0x1D50CD) is known color: Cerulean Blue. HEX triplet: 1D, 50 and CD. RGB value is (29,80,205). Sum of RGB (Red+Green+Blue) = 29+80+205=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D50CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D50CD is #E2AF32. Grayscale: #4E4E4E. Windows color (decimal): -14855987 or 13455389. OLE color: 13455389.
HSL color Cylindrical-coordinate representation of color #1D50CD: hue angle of 222.61º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D50CD is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 80 | 205 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.20 |
| HSL | 222.61º | 0.75% | 0.46% | - |
| HSV(B) | 222.61º | 0.86% | 0.8% | - |
| XYZ | 14.39 | 10.41 | 59.01 | - |
| YUV | 79 | 199.1 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 205 | 0.86 | 0.61 | 0 | 0.20 | 222.61 | 0.75 | 0.46 |
| Hex | 1D | 50 | CD | 56 | 3D | 0 | 14 | DF | 4B | 2E |
| Octal | 35 | 120 | 315 | 126 | 75 | 0 | 24 | 337 | 113 | 56 |
| Binary | 11101 | 1010000 | 11001101 | 1010110 | 111101 | 0 | 10100 | 11011111 | 1001011 | 101110 |
Color Harmonies of #1D50CD
Complementary color
Monochromatic Colors of #1D50CD
Black with #1D50CD
Text Example
Text Example
White with #1D50CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D50CD; }
p { color: rgb(29,80,205); }
H1.HeaderClassName
{
color: #1D50CD;
}
.AnyTagClassName
{
color: #1D50CD;
}
</style>
background-color css
<style>
a { background-color: #1D50CD; }
a { background-color: rgb(29,80,205); }
div.DivClassName
{
background-color: #1D50CD;
}
.BgClassName
{
background-color: #1D50CD;
}
</style>
border-color css
<style>
span { border-color: #1D50CD; }
span { border-color: rgb(29,80,205); }
td.TdClassName
{
border-color: #1D50CD;
}
.TagClassName
{
border-color: #1D50CD;
}
</style>