Shades of Cerulean Blue #1D54BB
Tints of Cerulean Blue #1D54BB
RGB
CMYK
RGB Variations
Color information
#1D54BB (or 0x1D54BB) is known color: Cerulean Blue. HEX triplet: 1D, 54 and BB. RGB value is (29,84,187). Sum of RGB (Red+Green+Blue) = 29+84+187=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D54BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D54BB is #E2AB44. Grayscale: #4E4E4E. Windows color (decimal): -14854981 or 12276765. OLE color: 12276765.
HSL color Cylindrical-coordinate representation of color #1D54BB: hue angle of 219.11º 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 #1D54BB is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 84 | 187 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.27 |
| HSL | 219.11º | 0.73% | 0.42% | - |
| HSV(B) | 219.11º | 0.84% | 0.73% | - |
| XYZ | 12.65 | 10.19 | 48.31 | - |
| YUV | 79.3 | 188.78 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 84 | 187 | 0.84 | 0.55 | 0 | 0.27 | 219.11 | 0.73 | 0.42 |
| Hex | 1D | 54 | BB | 54 | 37 | 0 | 1B | DB | 49 | 2A |
| Octal | 35 | 124 | 273 | 124 | 67 | 0 | 33 | 333 | 111 | 52 |
| Binary | 11101 | 1010100 | 10111011 | 1010100 | 110111 | 0 | 11011 | 11011011 | 1001001 | 101010 |
Color Harmonies of #1D54BB
Complementary color
Monochromatic Colors of #1D54BB
Black with #1D54BB
Text Example
Text Example
White with #1D54BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D54BB; }
p { color: rgb(29,84,187); }
H1.HeaderClassName
{
color: #1D54BB;
}
.AnyTagClassName
{
color: #1D54BB;
}
</style>
background-color css
<style>
a { background-color: #1D54BB; }
a { background-color: rgb(29,84,187); }
div.DivClassName
{
background-color: #1D54BB;
}
.BgClassName
{
background-color: #1D54BB;
}
</style>
border-color css
<style>
span { border-color: #1D54BB; }
span { border-color: rgb(29,84,187); }
td.TdClassName
{
border-color: #1D54BB;
}
.TagClassName
{
border-color: #1D54BB;
}
</style>