Shades of Cerulean Blue #2045DA
Tints of Cerulean Blue #2045DA
RGB
CMYK
RGB Variations
Color information
#2045DA (or 0x2045DA) is known color: Cerulean Blue. HEX triplet: 20, 45 and DA. RGB value is (32,69,218). Sum of RGB (Red+Green+Blue) = 32+69+218=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #2045DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2045DA is #DFBA25. Grayscale: #4A4A4A. Windows color (decimal): -14662182 or 14304544. OLE color: 14304544.
HSL color Cylindrical-coordinate representation of color #2045DA: hue angle of 228.06º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2045DA is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 69 | 218 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.15 |
| HSL | 228.06º | 0.74% | 0.49% | - |
| HSV(B) | 228.06º | 0.85% | 0.85% | - |
| XYZ | 15.38 | 9.63 | 67.38 | - |
| YUV | 74.92 | 208.74 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 218 | 0.85 | 0.68 | 0 | 0.15 | 228.06 | 0.74 | 0.49 |
| Hex | 20 | 45 | DA | 55 | 44 | 0 | F | E4 | 4A | 31 |
| Octal | 40 | 105 | 332 | 125 | 104 | 0 | 17 | 344 | 112 | 61 |
| Binary | 100000 | 1000101 | 11011010 | 1010101 | 1000100 | 0 | 1111 | 11100100 | 1001010 | 110001 |
Color Harmonies of #2045DA
Complementary color
Monochromatic Colors of #2045DA
Black with #2045DA
Text Example
Text Example
White with #2045DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2045DA; }
p { color: rgb(32,69,218); }
H1.HeaderClassName
{
color: #2045DA;
}
.AnyTagClassName
{
color: #2045DA;
}
</style>
background-color css
<style>
a { background-color: #2045DA; }
a { background-color: rgb(32,69,218); }
div.DivClassName
{
background-color: #2045DA;
}
.BgClassName
{
background-color: #2045DA;
}
</style>
border-color css
<style>
span { border-color: #2045DA; }
span { border-color: rgb(32,69,218); }
td.TdClassName
{
border-color: #2045DA;
}
.TagClassName
{
border-color: #2045DA;
}
</style>