Shades of Cerulean Blue #2842E2
Tints of Cerulean Blue #2842E2
RGB
CMYK
RGB Variations
Color information
#2842E2 (or 0x2842E2) is known color: Cerulean Blue. HEX triplet: 28, 42 and E2. RGB value is (40,66,226). Sum of RGB (Red+Green+Blue) = 40+66+226=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 226 (88.67% from 255 or 68.07% from 332); Max value from RGB is 226 - color contains mainly: blue. Hex color #2842E2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2842E2 is #D7BD1D. Grayscale: #4B4B4B. Windows color (decimal): -14138654 or 14828072. OLE color: 14828072.
HSL color Cylindrical-coordinate representation of color #2842E2: hue angle of 231.61º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2842E2 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 66 | 226 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.11 |
| HSL | 231.61º | 0.76% | 0.52% | - |
| HSV(B) | 231.61º | 0.82% | 0.89% | - |
| XYZ | 16.55 | 9.84 | 72.98 | - |
| YUV | 76.47 | 212.39 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 226 | 0.82 | 0.71 | 0 | 0.11 | 231.61 | 0.76 | 0.52 |
| Hex | 28 | 42 | E2 | 52 | 47 | 0 | B | E8 | 4C | 34 |
| Octal | 50 | 102 | 342 | 122 | 107 | 0 | 13 | 350 | 114 | 64 |
| Binary | 101000 | 1000010 | 11100010 | 1010010 | 1000111 | 0 | 1011 | 11101000 | 1001100 | 110100 |
Color Harmonies of #2842E2
Complementary color
Monochromatic Colors of #2842E2
Black with #2842E2
Text Example
Text Example
White with #2842E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2842E2; }
p { color: rgb(40,66,226); }
H1.HeaderClassName
{
color: #2842E2;
}
.AnyTagClassName
{
color: #2842E2;
}
</style>
background-color css
<style>
a { background-color: #2842E2; }
a { background-color: rgb(40,66,226); }
div.DivClassName
{
background-color: #2842E2;
}
.BgClassName
{
background-color: #2842E2;
}
</style>
border-color css
<style>
span { border-color: #2842E2; }
span { border-color: rgb(40,66,226); }
td.TdClassName
{
border-color: #2842E2;
}
.TagClassName
{
border-color: #2842E2;
}
</style>