Shades of Cerulean Blue #2854BC
Tints of Cerulean Blue #2854BC
RGB
CMYK
RGB Variations
Color information
#2854BC (or 0x2854BC) is known color: Cerulean Blue. HEX triplet: 28, 54 and BC. RGB value is (40,84,188). Sum of RGB (Red+Green+Blue) = 40+84+188=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #2854BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2854BC is #D7AB43. Grayscale: #525252. Windows color (decimal): -14134084 or 12342312. OLE color: 12342312.
HSL color Cylindrical-coordinate representation of color #2854BC: hue angle of 222.16º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2854BC is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 84 | 188 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.26 |
| HSL | 222.16º | 0.65% | 0.45% | - |
| HSV(B) | 222.16º | 0.79% | 0.74% | - |
| XYZ | 13.12 | 10.42 | 48.9 | - |
| YUV | 82.7 | 187.42 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 188 | 0.79 | 0.55 | 0 | 0.26 | 222.16 | 0.65 | 0.45 |
| Hex | 28 | 54 | BC | 4F | 37 | 0 | 1A | DE | 41 | 2D |
| Octal | 50 | 124 | 274 | 117 | 67 | 0 | 32 | 336 | 101 | 55 |
| Binary | 101000 | 1010100 | 10111100 | 1001111 | 110111 | 0 | 11010 | 11011110 | 1000001 | 101101 |
Color Harmonies of #2854BC
Complementary color
Monochromatic Colors of #2854BC
Black with #2854BC
Text Example
Text Example
White with #2854BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2854BC; }
p { color: rgb(40,84,188); }
H1.HeaderClassName
{
color: #2854BC;
}
.AnyTagClassName
{
color: #2854BC;
}
</style>
background-color css
<style>
a { background-color: #2854BC; }
a { background-color: rgb(40,84,188); }
div.DivClassName
{
background-color: #2854BC;
}
.BgClassName
{
background-color: #2854BC;
}
</style>
border-color css
<style>
span { border-color: #2854BC; }
span { border-color: rgb(40,84,188); }
td.TdClassName
{
border-color: #2854BC;
}
.TagClassName
{
border-color: #2854BC;
}
</style>