Shades of Cerulean Blue #2854BD
Tints of Cerulean Blue #2854BD
RGB
CMYK
RGB Variations
Color information
#2854BD (or 0x2854BD) is known color: Cerulean Blue. HEX triplet: 28, 54 and BD. RGB value is (40,84,189). Sum of RGB (Red+Green+Blue) = 40+84+189=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #2854BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2854BD is #D7AB42. Grayscale: #525252. Windows color (decimal): -14134083 or 12407848. OLE color: 12407848.
HSL color Cylindrical-coordinate representation of color #2854BD: hue angle of 222.28º 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 #2854BD is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 84 | 189 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.26 |
| HSL | 222.28º | 0.65% | 0.45% | - |
| HSV(B) | 222.28º | 0.79% | 0.74% | - |
| XYZ | 13.23 | 10.47 | 49.47 | - |
| YUV | 82.81 | 187.92 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 189 | 0.79 | 0.56 | 0 | 0.26 | 222.28 | 0.65 | 0.45 |
| Hex | 28 | 54 | BD | 4F | 38 | 0 | 1A | DE | 41 | 2D |
| Octal | 50 | 124 | 275 | 117 | 70 | 0 | 32 | 336 | 101 | 55 |
| Binary | 101000 | 1010100 | 10111101 | 1001111 | 111000 | 0 | 11010 | 11011110 | 1000001 | 101101 |
Color Harmonies of #2854BD
Complementary color
Monochromatic Colors of #2854BD
Black with #2854BD
Text Example
Text Example
White with #2854BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2854BD; }
p { color: rgb(40,84,189); }
H1.HeaderClassName
{
color: #2854BD;
}
.AnyTagClassName
{
color: #2854BD;
}
</style>
background-color css
<style>
a { background-color: #2854BD; }
a { background-color: rgb(40,84,189); }
div.DivClassName
{
background-color: #2854BD;
}
.BgClassName
{
background-color: #2854BD;
}
</style>
border-color css
<style>
span { border-color: #2854BD; }
span { border-color: rgb(40,84,189); }
td.TdClassName
{
border-color: #2854BD;
}
.TagClassName
{
border-color: #2854BD;
}
</style>