Shades of Cerulean Blue #1D55BB
Tints of Cerulean Blue #1D55BB
RGB
CMYK
RGB Variations
Color information
#1D55BB (or 0x1D55BB) is known color: Cerulean Blue. HEX triplet: 1D, 55 and BB. RGB value is (29,85,187). Sum of RGB (Red+Green+Blue) = 29+85+187=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D55BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D55BB is #E2AA44. Grayscale: #4F4F4F. Windows color (decimal): -14854725 or 12277021. OLE color: 12277021.
HSL color Cylindrical-coordinate representation of color #1D55BB: hue angle of 218.73º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D55BB is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 85 | 187 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.27 |
| HSL | 218.73º | 0.73% | 0.42% | - |
| HSV(B) | 218.73º | 0.84% | 0.73% | - |
| XYZ | 12.72 | 10.35 | 48.34 | - |
| YUV | 79.88 | 188.45 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 187 | 0.84 | 0.55 | 0 | 0.27 | 218.73 | 0.73 | 0.42 |
| Hex | 1D | 55 | BB | 54 | 37 | 0 | 1B | DB | 49 | 2A |
| Octal | 35 | 125 | 273 | 124 | 67 | 0 | 33 | 333 | 111 | 52 |
| Binary | 11101 | 1010101 | 10111011 | 1010100 | 110111 | 0 | 11011 | 11011011 | 1001001 | 101010 |
Color Harmonies of #1D55BB
Complementary color
Monochromatic Colors of #1D55BB
Black with #1D55BB
Text Example
Text Example
White with #1D55BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D55BB; }
p { color: rgb(29,85,187); }
H1.HeaderClassName
{
color: #1D55BB;
}
.AnyTagClassName
{
color: #1D55BB;
}
</style>
background-color css
<style>
a { background-color: #1D55BB; }
a { background-color: rgb(29,85,187); }
div.DivClassName
{
background-color: #1D55BB;
}
.BgClassName
{
background-color: #1D55BB;
}
</style>
border-color css
<style>
span { border-color: #1D55BB; }
span { border-color: rgb(29,85,187); }
td.TdClassName
{
border-color: #1D55BB;
}
.TagClassName
{
border-color: #1D55BB;
}
</style>