Shades of Cerulean Blue #1D54B7
Tints of Cerulean Blue #1D54B7
RGB
CMYK
RGB Variations
Color information
#1D54B7 (or 0x1D54B7) is known color: Cerulean Blue. HEX triplet: 1D, 54 and B7. RGB value is (29,84,183). Sum of RGB (Red+Green+Blue) = 29+84+183=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 183 (71.88% from 255 or 61.82% from 296); Max value from RGB is 183 - color contains mainly: blue. Hex color #1D54B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D54B7 is #E2AB48. Grayscale: #4E4E4E. Windows color (decimal): -14854985 or 12014621. OLE color: 12014621.
HSL color Cylindrical-coordinate representation of color #1D54B7: hue angle of 218.57º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D54B7 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 84 | 183 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.28 |
| HSL | 218.57º | 0.73% | 0.42% | - |
| HSV(B) | 218.57º | 0.84% | 0.72% | - |
| XYZ | 12.22 | 10.02 | 46.09 | - |
| YUV | 78.84 | 186.78 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 84 | 183 | 0.84 | 0.54 | 0 | 0.28 | 218.57 | 0.73 | 0.42 |
| Hex | 1D | 54 | B7 | 54 | 36 | 0 | 1C | DB | 49 | 2A |
| Octal | 35 | 124 | 267 | 124 | 66 | 0 | 34 | 333 | 111 | 52 |
| Binary | 11101 | 1010100 | 10110111 | 1010100 | 110110 | 0 | 11100 | 11011011 | 1001001 | 101010 |
Color Harmonies of #1D54B7
Complementary color
Monochromatic Colors of #1D54B7
Black with #1D54B7
Text Example
Text Example
White with #1D54B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D54B7; }
p { color: rgb(29,84,183); }
H1.HeaderClassName
{
color: #1D54B7;
}
.AnyTagClassName
{
color: #1D54B7;
}
</style>
background-color css
<style>
a { background-color: #1D54B7; }
a { background-color: rgb(29,84,183); }
div.DivClassName
{
background-color: #1D54B7;
}
.BgClassName
{
background-color: #1D54B7;
}
</style>
border-color css
<style>
span { border-color: #1D54B7; }
span { border-color: rgb(29,84,183); }
td.TdClassName
{
border-color: #1D54B7;
}
.TagClassName
{
border-color: #1D54B7;
}
</style>