Shades of Cerulean Blue #2858BC
Tints of Cerulean Blue #2858BC
RGB
CMYK
RGB Variations
Color information
#2858BC (or 0x2858BC) is known color: Cerulean Blue. HEX triplet: 28, 58 and BC. RGB value is (40,88,188). Sum of RGB (Red+Green+Blue) = 40+88+188=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #2858BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2858BC is #D7A743. Grayscale: #545454. Windows color (decimal): -14133060 or 12343336. OLE color: 12343336.
HSL color Cylindrical-coordinate representation of color #2858BC: hue angle of 220.54º 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 #2858BC is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 88 | 188 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.26 |
| HSL | 220.54º | 0.65% | 0.45% | - |
| HSV(B) | 220.54º | 0.79% | 0.74% | - |
| XYZ | 13.44 | 11.06 | 49 | - |
| YUV | 85.05 | 186.1 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 188 | 0.79 | 0.53 | 0 | 0.26 | 220.54 | 0.65 | 0.45 |
| Hex | 28 | 58 | BC | 4F | 35 | 0 | 1A | DD | 41 | 2D |
| Octal | 50 | 130 | 274 | 117 | 65 | 0 | 32 | 335 | 101 | 55 |
| Binary | 101000 | 1011000 | 10111100 | 1001111 | 110101 | 0 | 11010 | 11011101 | 1000001 | 101101 |
Color Harmonies of #2858BC
Complementary color
Monochromatic Colors of #2858BC
Black with #2858BC
Text Example
Text Example
White with #2858BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2858BC; }
p { color: rgb(40,88,188); }
H1.HeaderClassName
{
color: #2858BC;
}
.AnyTagClassName
{
color: #2858BC;
}
</style>
background-color css
<style>
a { background-color: #2858BC; }
a { background-color: rgb(40,88,188); }
div.DivClassName
{
background-color: #2858BC;
}
.BgClassName
{
background-color: #2858BC;
}
</style>
border-color css
<style>
span { border-color: #2858BC; }
span { border-color: rgb(40,88,188); }
td.TdClassName
{
border-color: #2858BC;
}
.TagClassName
{
border-color: #2858BC;
}
</style>