Shades of Cerulean Blue #2848CE
Tints of Cerulean Blue #2848CE
RGB
CMYK
RGB Variations
Color information
#2848CE (or 0x2848CE) is known color: Cerulean Blue. HEX triplet: 28, 48 and CE. RGB value is (40,72,206). Sum of RGB (Red+Green+Blue) = 40+72+206=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #2848CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2848CE is #D7B731. Grayscale: #4D4D4D. Windows color (decimal): -14137138 or 13518888. OLE color: 13518888.
HSL color Cylindrical-coordinate representation of color #2848CE: hue angle of 228.43º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2848CE is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 72 | 206 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.19 |
| HSL | 228.43º | 0.67% | 0.48% | - |
| HSV(B) | 228.43º | 0.81% | 0.81% | - |
| XYZ | 14.33 | 9.54 | 59.48 | - |
| YUV | 77.71 | 200.4 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 206 | 0.81 | 0.65 | 0 | 0.19 | 228.43 | 0.67 | 0.48 |
| Hex | 28 | 48 | CE | 51 | 41 | 0 | 13 | E4 | 43 | 30 |
| Octal | 50 | 110 | 316 | 121 | 101 | 0 | 23 | 344 | 103 | 60 |
| Binary | 101000 | 1001000 | 11001110 | 1010001 | 1000001 | 0 | 10011 | 11100100 | 1000011 | 110000 |
Color Harmonies of #2848CE
Complementary color
Monochromatic Colors of #2848CE
Black with #2848CE
Text Example
Text Example
White with #2848CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2848CE; }
p { color: rgb(40,72,206); }
H1.HeaderClassName
{
color: #2848CE;
}
.AnyTagClassName
{
color: #2848CE;
}
</style>
background-color css
<style>
a { background-color: #2848CE; }
a { background-color: rgb(40,72,206); }
div.DivClassName
{
background-color: #2848CE;
}
.BgClassName
{
background-color: #2848CE;
}
</style>
border-color css
<style>
span { border-color: #2848CE; }
span { border-color: rgb(40,72,206); }
td.TdClassName
{
border-color: #2848CE;
}
.TagClassName
{
border-color: #2848CE;
}
</style>