Shades of Cerulean Blue #2844DF
Tints of Cerulean Blue #2844DF
RGB
CMYK
RGB Variations
Color information
#2844DF (or 0x2844DF) is known color: Cerulean Blue. HEX triplet: 28, 44 and DF. RGB value is (40,68,223). Sum of RGB (Red+Green+Blue) = 40+68+223=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #2844DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2844DF is #D7BB20. Grayscale: #4C4C4C. Windows color (decimal): -14138145 or 14631976. OLE color: 14631976.
HSL color Cylindrical-coordinate representation of color #2844DF: hue angle of 230.82º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2844DF is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 68 | 223 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.13 |
| HSL | 230.82º | 0.74% | 0.52% | - |
| HSV(B) | 230.82º | 0.82% | 0.87% | - |
| XYZ | 16.26 | 9.91 | 70.87 | - |
| YUV | 77.3 | 210.22 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 223 | 0.82 | 0.70 | 0 | 0.13 | 230.82 | 0.74 | 0.52 |
| Hex | 28 | 44 | DF | 52 | 46 | 0 | D | E7 | 4A | 34 |
| Octal | 50 | 104 | 337 | 122 | 106 | 0 | 15 | 347 | 112 | 64 |
| Binary | 101000 | 1000100 | 11011111 | 1010010 | 1000110 | 0 | 1101 | 11100111 | 1001010 | 110100 |
Color Harmonies of #2844DF
Complementary color
Monochromatic Colors of #2844DF
Black with #2844DF
Text Example
Text Example
White with #2844DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2844DF; }
p { color: rgb(40,68,223); }
H1.HeaderClassName
{
color: #2844DF;
}
.AnyTagClassName
{
color: #2844DF;
}
</style>
background-color css
<style>
a { background-color: #2844DF; }
a { background-color: rgb(40,68,223); }
div.DivClassName
{
background-color: #2844DF;
}
.BgClassName
{
background-color: #2844DF;
}
</style>
border-color css
<style>
span { border-color: #2844DF; }
span { border-color: rgb(40,68,223); }
td.TdClassName
{
border-color: #2844DF;
}
.TagClassName
{
border-color: #2844DF;
}
</style>