Shades of Cerulean Blue #2057DE
Tints of Cerulean Blue #2057DE
RGB
CMYK
RGB Variations
Color information
#2057DE (or 0x2057DE) is known color: Cerulean Blue. HEX triplet: 20, 57 and DE. RGB value is (32,87,222). Sum of RGB (Red+Green+Blue) = 32+87+222=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #2057DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2057DE is #DFA821. Grayscale: #555555. Windows color (decimal): -14657570 or 14571296. OLE color: 14571296.
HSL color Cylindrical-coordinate representation of color #2057DE: hue angle of 222.63º 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 #2057DE is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 87 | 222 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.13 |
| HSL | 222.63º | 0.75% | 0.5% | - |
| HSV(B) | 222.63º | 0.86% | 0.87% | - |
| XYZ | 17.19 | 12.4 | 70.59 | - |
| YUV | 85.95 | 204.78 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 222 | 0.86 | 0.61 | 0 | 0.13 | 222.63 | 0.75 | 0.5 |
| Hex | 20 | 57 | DE | 56 | 3D | 0 | D | DF | 4B | 32 |
| Octal | 40 | 127 | 336 | 126 | 75 | 0 | 15 | 337 | 113 | 62 |
| Binary | 100000 | 1010111 | 11011110 | 1010110 | 111101 | 0 | 1101 | 11011111 | 1001011 | 110010 |
Color Harmonies of #2057DE
Complementary color
Monochromatic Colors of #2057DE
Black with #2057DE
Text Example
Text Example
White with #2057DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2057DE; }
p { color: rgb(32,87,222); }
H1.HeaderClassName
{
color: #2057DE;
}
.AnyTagClassName
{
color: #2057DE;
}
</style>
background-color css
<style>
a { background-color: #2057DE; }
a { background-color: rgb(32,87,222); }
div.DivClassName
{
background-color: #2057DE;
}
.BgClassName
{
background-color: #2057DE;
}
</style>
border-color css
<style>
span { border-color: #2057DE; }
span { border-color: rgb(32,87,222); }
td.TdClassName
{
border-color: #2057DE;
}
.TagClassName
{
border-color: #2057DE;
}
</style>