Shades of Cerulean Blue #2842E4
Tints of Cerulean Blue #2842E4
RGB
CMYK
RGB Variations
Color information
#2842E4 (or 0x2842E4) is known color: Cerulean Blue. HEX triplet: 28, 42 and E4. RGB value is (40,66,228). Sum of RGB (Red+Green+Blue) = 40+66+228=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 228 (89.45% from 255 or 68.26% from 334); Max value from RGB is 228 - color contains mainly: blue. Hex color #2842E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2842E4 is #D7BD1B. Grayscale: #4C4C4C. Windows color (decimal): -14138652 or 14959144. OLE color: 14959144.
HSL color Cylindrical-coordinate representation of color #2842E4: hue angle of 231.7º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2842E4 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 66 | 228 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.11 |
| HSL | 231.7º | 0.78% | 0.53% | - |
| HSV(B) | 231.7º | 0.82% | 0.89% | - |
| XYZ | 16.83 | 9.95 | 74.43 | - |
| YUV | 76.69 | 213.39 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 228 | 0.82 | 0.71 | 0 | 0.11 | 231.7 | 0.78 | 0.53 |
| Hex | 28 | 42 | E4 | 52 | 47 | 0 | B | E8 | 4E | 35 |
| Octal | 50 | 102 | 344 | 122 | 107 | 0 | 13 | 350 | 116 | 65 |
| Binary | 101000 | 1000010 | 11100100 | 1010010 | 1000111 | 0 | 1011 | 11101000 | 1001110 | 110101 |
Color Harmonies of #2842E4
Complementary color
Monochromatic Colors of #2842E4
Black with #2842E4
Text Example
Text Example
White with #2842E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2842E4; }
p { color: rgb(40,66,228); }
H1.HeaderClassName
{
color: #2842E4;
}
.AnyTagClassName
{
color: #2842E4;
}
</style>
background-color css
<style>
a { background-color: #2842E4; }
a { background-color: rgb(40,66,228); }
div.DivClassName
{
background-color: #2842E4;
}
.BgClassName
{
background-color: #2842E4;
}
</style>
border-color css
<style>
span { border-color: #2842E4; }
span { border-color: rgb(40,66,228); }
td.TdClassName
{
border-color: #2842E4;
}
.TagClassName
{
border-color: #2842E4;
}
</style>