Shades of Cerulean Blue #1D50BC
Tints of Cerulean Blue #1D50BC
RGB
CMYK
RGB Variations
Color information
#1D50BC (or 0x1D50BC) is known color: Cerulean Blue. HEX triplet: 1D, 50 and BC. RGB value is (29,80,188). Sum of RGB (Red+Green+Blue) = 29+80+188=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D50BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D50BC is #E2AF43. Grayscale: #4C4C4C. Windows color (decimal): -14856004 or 12341277. OLE color: 12341277.
HSL color Cylindrical-coordinate representation of color #1D50BC: hue angle of 220.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D50BC is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 80 | 188 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.26 |
| HSL | 220.75º | 0.73% | 0.43% | - |
| HSV(B) | 220.75º | 0.85% | 0.74% | - |
| XYZ | 12.45 | 9.63 | 48.78 | - |
| YUV | 77.06 | 190.6 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 188 | 0.85 | 0.57 | 0 | 0.26 | 220.75 | 0.73 | 0.43 |
| Hex | 1D | 50 | BC | 55 | 39 | 0 | 1A | DD | 49 | 2B |
| Octal | 35 | 120 | 274 | 125 | 71 | 0 | 32 | 335 | 111 | 53 |
| Binary | 11101 | 1010000 | 10111100 | 1010101 | 111001 | 0 | 11010 | 11011101 | 1001001 | 101011 |
Color Harmonies of #1D50BC
Complementary color
Monochromatic Colors of #1D50BC
Black with #1D50BC
Text Example
Text Example
White with #1D50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D50BC; }
p { color: rgb(29,80,188); }
H1.HeaderClassName
{
color: #1D50BC;
}
.AnyTagClassName
{
color: #1D50BC;
}
</style>
background-color css
<style>
a { background-color: #1D50BC; }
a { background-color: rgb(29,80,188); }
div.DivClassName
{
background-color: #1D50BC;
}
.BgClassName
{
background-color: #1D50BC;
}
</style>
border-color css
<style>
span { border-color: #1D50BC; }
span { border-color: rgb(29,80,188); }
td.TdClassName
{
border-color: #1D50BC;
}
.TagClassName
{
border-color: #1D50BC;
}
</style>