Shades of Cerulean Blue #1D50CC
Tints of Cerulean Blue #1D50CC
RGB
CMYK
RGB Variations
Color information
#1D50CC (or 0x1D50CC) is known color: Cerulean Blue. HEX triplet: 1D, 50 and CC. RGB value is (29,80,204). Sum of RGB (Red+Green+Blue) = 29+80+204=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D50CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D50CC is #E2AF33. Grayscale: #4E4E4E. Windows color (decimal): -14855988 or 13389853. OLE color: 13389853.
HSL color Cylindrical-coordinate representation of color #1D50CC: hue angle of 222.51º 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 #1D50CC is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 80 | 204 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.2 |
| HSL | 222.51º | 0.75% | 0.46% | - |
| HSV(B) | 222.51º | 0.86% | 0.8% | - |
| XYZ | 14.27 | 10.36 | 58.37 | - |
| YUV | 78.89 | 198.6 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 204 | 0.86 | 0.61 | 0 | 0.2 | 222.51 | 0.75 | 0.46 |
| Hex | 1D | 50 | CC | 56 | 3D | 0 | 14 | DF | 4B | 2E |
| Octal | 35 | 120 | 314 | 126 | 75 | 0 | 24 | 337 | 113 | 56 |
| Binary | 11101 | 1010000 | 11001100 | 1010110 | 111101 | 0 | 10100 | 11011111 | 1001011 | 101110 |
Color Harmonies of #1D50CC
Complementary color
Monochromatic Colors of #1D50CC
Black with #1D50CC
Text Example
Text Example
White with #1D50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D50CC; }
p { color: rgb(29,80,204); }
H1.HeaderClassName
{
color: #1D50CC;
}
.AnyTagClassName
{
color: #1D50CC;
}
</style>
background-color css
<style>
a { background-color: #1D50CC; }
a { background-color: rgb(29,80,204); }
div.DivClassName
{
background-color: #1D50CC;
}
.BgClassName
{
background-color: #1D50CC;
}
</style>
border-color css
<style>
span { border-color: #1D50CC; }
span { border-color: rgb(29,80,204); }
td.TdClassName
{
border-color: #1D50CC;
}
.TagClassName
{
border-color: #1D50CC;
}
</style>