Shades of Cerulean Blue #2847DA
Tints of Cerulean Blue #2847DA
RGB
CMYK
RGB Variations
Color information
#2847DA (or 0x2847DA) is known color: Cerulean Blue. HEX triplet: 28, 47 and DA. RGB value is (40,71,218). Sum of RGB (Red+Green+Blue) = 40+71+218=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #2847DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2847DA is #D7B825. Grayscale: #4D4D4D. Windows color (decimal): -14137382 or 14305064. OLE color: 14305064.
HSL color Cylindrical-coordinate representation of color #2847DA: hue angle of 229.55º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2847DA is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 71 | 218 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.15 |
| HSL | 229.55º | 0.71% | 0.51% | - |
| HSV(B) | 229.55º | 0.82% | 0.85% | - |
| XYZ | 15.78 | 10.02 | 67.43 | - |
| YUV | 78.49 | 206.73 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 218 | 0.82 | 0.67 | 0 | 0.15 | 229.55 | 0.71 | 0.51 |
| Hex | 28 | 47 | DA | 52 | 43 | 0 | F | E6 | 47 | 33 |
| Octal | 50 | 107 | 332 | 122 | 103 | 0 | 17 | 346 | 107 | 63 |
| Binary | 101000 | 1000111 | 11011010 | 1010010 | 1000011 | 0 | 1111 | 11100110 | 1000111 | 110011 |
Color Harmonies of #2847DA
Complementary color
Monochromatic Colors of #2847DA
Black with #2847DA
Text Example
Text Example
White with #2847DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2847DA; }
p { color: rgb(40,71,218); }
H1.HeaderClassName
{
color: #2847DA;
}
.AnyTagClassName
{
color: #2847DA;
}
</style>
background-color css
<style>
a { background-color: #2847DA; }
a { background-color: rgb(40,71,218); }
div.DivClassName
{
background-color: #2847DA;
}
.BgClassName
{
background-color: #2847DA;
}
</style>
border-color css
<style>
span { border-color: #2847DA; }
span { border-color: rgb(40,71,218); }
td.TdClassName
{
border-color: #2847DA;
}
.TagClassName
{
border-color: #2847DA;
}
</style>