Shades of Cerulean Blue #2046DF
Tints of Cerulean Blue #2046DF
RGB
CMYK
RGB Variations
Color information
#2046DF (or 0x2046DF) is known color: Cerulean Blue. HEX triplet: 20, 46 and DF. RGB value is (32,70,223). Sum of RGB (Red+Green+Blue) = 32+70+223=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #2046DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2046DF is #DFB920. Grayscale: #4B4B4B. Windows color (decimal): -14661921 or 14632480. OLE color: 14632480.
HSL color Cylindrical-coordinate representation of color #2046DF: hue angle of 228.06º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2046DF is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 70 | 223 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.13 |
| HSL | 228.06º | 0.75% | 0.5% | - |
| HSV(B) | 228.06º | 0.86% | 0.87% | - |
| XYZ | 16.11 | 10.02 | 70.9 | - |
| YUV | 76.08 | 210.91 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 223 | 0.86 | 0.69 | 0 | 0.13 | 228.06 | 0.75 | 0.5 |
| Hex | 20 | 46 | DF | 56 | 45 | 0 | D | E4 | 4B | 32 |
| Octal | 40 | 106 | 337 | 126 | 105 | 0 | 15 | 344 | 113 | 62 |
| Binary | 100000 | 1000110 | 11011111 | 1010110 | 1000101 | 0 | 1101 | 11100100 | 1001011 | 110010 |
Color Harmonies of #2046DF
Complementary color
Monochromatic Colors of #2046DF
Black with #2046DF
Text Example
Text Example
White with #2046DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2046DF; }
p { color: rgb(32,70,223); }
H1.HeaderClassName
{
color: #2046DF;
}
.AnyTagClassName
{
color: #2046DF;
}
</style>
background-color css
<style>
a { background-color: #2046DF; }
a { background-color: rgb(32,70,223); }
div.DivClassName
{
background-color: #2046DF;
}
.BgClassName
{
background-color: #2046DF;
}
</style>
border-color css
<style>
span { border-color: #2046DF; }
span { border-color: rgb(32,70,223); }
td.TdClassName
{
border-color: #2046DF;
}
.TagClassName
{
border-color: #2046DF;
}
</style>