Shades of Cerulean Blue #1C54BD
Tints of Cerulean Blue #1C54BD
RGB
CMYK
RGB Variations
Color information
#1C54BD (or 0x1C54BD) is known color: Cerulean Blue. HEX triplet: 1C, 54 and BD. RGB value is (28,84,189). Sum of RGB (Red+Green+Blue) = 28+84+189=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C54BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C54BD is #E3AB42. Grayscale: #4E4E4E. Windows color (decimal): -14920515 or 12407836. OLE color: 12407836.
HSL color Cylindrical-coordinate representation of color #1C54BD: hue angle of 219.13º degrees, saturation: 0.74, 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 #1C54BD is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 84 | 189 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.26 |
| HSL | 219.13º | 0.74% | 0.43% | - |
| HSV(B) | 219.13º | 0.85% | 0.74% | - |
| XYZ | 12.83 | 10.26 | 49.45 | - |
| YUV | 79.23 | 189.95 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 84 | 189 | 0.85 | 0.56 | 0 | 0.26 | 219.13 | 0.74 | 0.43 |
| Hex | 1C | 54 | BD | 55 | 38 | 0 | 1A | DB | 4A | 2B |
| Octal | 34 | 124 | 275 | 125 | 70 | 0 | 32 | 333 | 112 | 53 |
| Binary | 11100 | 1010100 | 10111101 | 1010101 | 111000 | 0 | 11010 | 11011011 | 1001010 | 101011 |
Color Harmonies of #1C54BD
Complementary color
Monochromatic Colors of #1C54BD
Black with #1C54BD
Text Example
Text Example
White with #1C54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C54BD; }
p { color: rgb(28,84,189); }
H1.HeaderClassName
{
color: #1C54BD;
}
.AnyTagClassName
{
color: #1C54BD;
}
</style>
background-color css
<style>
a { background-color: #1C54BD; }
a { background-color: rgb(28,84,189); }
div.DivClassName
{
background-color: #1C54BD;
}
.BgClassName
{
background-color: #1C54BD;
}
</style>
border-color css
<style>
span { border-color: #1C54BD; }
span { border-color: rgb(28,84,189); }
td.TdClassName
{
border-color: #1C54BD;
}
.TagClassName
{
border-color: #1C54BD;
}
</style>