Shades of Cerulean Blue #2849DA
Tints of Cerulean Blue #2849DA
RGB
CMYK
RGB Variations
Color information
#2849DA (or 0x2849DA) is known color: Cerulean Blue. HEX triplet: 28, 49 and DA. RGB value is (40,73,218). Sum of RGB (Red+Green+Blue) = 40+73+218=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #2849DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2849DA is #D7B625. Grayscale: #4F4F4F. Windows color (decimal): -14136870 or 14305576. OLE color: 14305576.
HSL color Cylindrical-coordinate representation of color #2849DA: hue angle of 228.88º 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 #2849DA is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 73 | 218 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.15 |
| HSL | 228.88º | 0.71% | 0.51% | - |
| HSV(B) | 228.88º | 0.82% | 0.85% | - |
| XYZ | 15.91 | 10.28 | 67.47 | - |
| YUV | 79.66 | 206.07 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 218 | 0.82 | 0.67 | 0 | 0.15 | 228.88 | 0.71 | 0.51 |
| Hex | 28 | 49 | DA | 52 | 43 | 0 | F | E5 | 47 | 33 |
| Octal | 50 | 111 | 332 | 122 | 103 | 0 | 17 | 345 | 107 | 63 |
| Binary | 101000 | 1001001 | 11011010 | 1010010 | 1000011 | 0 | 1111 | 11100101 | 1000111 | 110011 |
Color Harmonies of #2849DA
Complementary color
Monochromatic Colors of #2849DA
Black with #2849DA
Text Example
Text Example
White with #2849DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2849DA; }
p { color: rgb(40,73,218); }
H1.HeaderClassName
{
color: #2849DA;
}
.AnyTagClassName
{
color: #2849DA;
}
</style>
background-color css
<style>
a { background-color: #2849DA; }
a { background-color: rgb(40,73,218); }
div.DivClassName
{
background-color: #2849DA;
}
.BgClassName
{
background-color: #2849DA;
}
</style>
border-color css
<style>
span { border-color: #2849DA; }
span { border-color: rgb(40,73,218); }
td.TdClassName
{
border-color: #2849DA;
}
.TagClassName
{
border-color: #2849DA;
}
</style>