Shades of Cerulean Blue #2842D5
Tints of Cerulean Blue #2842D5
RGB
CMYK
RGB Variations
Color information
#2842D5 (or 0x2842D5) is known color: Cerulean Blue. HEX triplet: 28, 42 and D5. RGB value is (40,66,213). Sum of RGB (Red+Green+Blue) = 40+66+213=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 213 (83.59% from 255 or 66.77% from 319); Max value from RGB is 213 - color contains mainly: blue. Hex color #2842D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2842D5 is #D7BD2A. Grayscale: #4A4A4A. Windows color (decimal): -14138667 or 13976104. OLE color: 13976104.
HSL color Cylindrical-coordinate representation of color #2842D5: hue angle of 230.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2842D5 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 66 | 213 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.16 |
| HSL | 230.98º | 0.68% | 0.5% | - |
| HSV(B) | 230.98º | 0.81% | 0.84% | - |
| XYZ | 14.83 | 9.15 | 63.94 | - |
| YUV | 74.98 | 205.89 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 213 | 0.81 | 0.69 | 0 | 0.16 | 230.98 | 0.68 | 0.5 |
| Hex | 28 | 42 | D5 | 51 | 45 | 0 | 10 | E7 | 44 | 32 |
| Octal | 50 | 102 | 325 | 121 | 105 | 0 | 20 | 347 | 104 | 62 |
| Binary | 101000 | 1000010 | 11010101 | 1010001 | 1000101 | 0 | 10000 | 11100111 | 1000100 | 110010 |
Color Harmonies of #2842D5
Complementary color
Monochromatic Colors of #2842D5
Black with #2842D5
Text Example
Text Example
White with #2842D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2842D5; }
p { color: rgb(40,66,213); }
H1.HeaderClassName
{
color: #2842D5;
}
.AnyTagClassName
{
color: #2842D5;
}
</style>
background-color css
<style>
a { background-color: #2842D5; }
a { background-color: rgb(40,66,213); }
div.DivClassName
{
background-color: #2842D5;
}
.BgClassName
{
background-color: #2842D5;
}
</style>
border-color css
<style>
span { border-color: #2842D5; }
span { border-color: rgb(40,66,213); }
td.TdClassName
{
border-color: #2842D5;
}
.TagClassName
{
border-color: #2842D5;
}
</style>