Shades of Cerulean Blue #1C53BC
Tints of Cerulean Blue #1C53BC
RGB
CMYK
RGB Variations
Color information
#1C53BC (or 0x1C53BC) is known color: Cerulean Blue. HEX triplet: 1C, 53 and BC. RGB value is (28,83,188). Sum of RGB (Red+Green+Blue) = 28+83+188=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C53BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C53BC is #E3AC43. Grayscale: #4E4E4E. Windows color (decimal): -14920772 or 12342044. OLE color: 12342044.
HSL color Cylindrical-coordinate representation of color #1C53BC: hue angle of 219.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C53BC is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 83 | 188 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.26 |
| HSL | 219.38º | 0.74% | 0.42% | - |
| HSV(B) | 219.38º | 0.85% | 0.74% | - |
| XYZ | 12.65 | 10.06 | 48.85 | - |
| YUV | 78.53 | 189.78 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 188 | 0.85 | 0.56 | 0 | 0.26 | 219.38 | 0.74 | 0.42 |
| Hex | 1C | 53 | BC | 55 | 38 | 0 | 1A | DB | 4A | 2A |
| Octal | 34 | 123 | 274 | 125 | 70 | 0 | 32 | 333 | 112 | 52 |
| Binary | 11100 | 1010011 | 10111100 | 1010101 | 111000 | 0 | 11010 | 11011011 | 1001010 | 101010 |
Color Harmonies of #1C53BC
Complementary color
Monochromatic Colors of #1C53BC
Black with #1C53BC
Text Example
Text Example
White with #1C53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C53BC; }
p { color: rgb(28,83,188); }
H1.HeaderClassName
{
color: #1C53BC;
}
.AnyTagClassName
{
color: #1C53BC;
}
</style>
background-color css
<style>
a { background-color: #1C53BC; }
a { background-color: rgb(28,83,188); }
div.DivClassName
{
background-color: #1C53BC;
}
.BgClassName
{
background-color: #1C53BC;
}
</style>
border-color css
<style>
span { border-color: #1C53BC; }
span { border-color: rgb(28,83,188); }
td.TdClassName
{
border-color: #1C53BC;
}
.TagClassName
{
border-color: #1C53BC;
}
</style>