Shades of Cerulean Blue #2357DB
Tints of Cerulean Blue #2357DB
RGB
CMYK
RGB Variations
Color information
#2357DB (or 0x2357DB) is known color: Cerulean Blue. HEX triplet: 23, 57 and DB. RGB value is (35,87,219). Sum of RGB (Red+Green+Blue) = 35+87+219=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #2357DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2357DB is #DCA824. Grayscale: #555555. Windows color (decimal): -14460965 or 14374691. OLE color: 14374691.
HSL color Cylindrical-coordinate representation of color #2357DB: hue angle of 223.04º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2357DB is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 87 | 219 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.14 |
| HSL | 223.04º | 0.72% | 0.5% | - |
| HSV(B) | 223.04º | 0.84% | 0.86% | - |
| XYZ | 16.89 | 12.29 | 68.5 | - |
| YUV | 86.5 | 202.77 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 87 | 219 | 0.84 | 0.60 | 0 | 0.14 | 223.04 | 0.72 | 0.5 |
| Hex | 23 | 57 | DB | 54 | 3C | 0 | E | DF | 48 | 32 |
| Octal | 43 | 127 | 333 | 124 | 74 | 0 | 16 | 337 | 110 | 62 |
| Binary | 100011 | 1010111 | 11011011 | 1010100 | 111100 | 0 | 1110 | 11011111 | 1001000 | 110010 |
Color Harmonies of #2357DB
Complementary color
Monochromatic Colors of #2357DB
Black with #2357DB
Text Example
Text Example
White with #2357DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2357DB; }
p { color: rgb(35,87,219); }
H1.HeaderClassName
{
color: #2357DB;
}
.AnyTagClassName
{
color: #2357DB;
}
</style>
background-color css
<style>
a { background-color: #2357DB; }
a { background-color: rgb(35,87,219); }
div.DivClassName
{
background-color: #2357DB;
}
.BgClassName
{
background-color: #2357DB;
}
</style>
border-color css
<style>
span { border-color: #2357DB; }
span { border-color: rgb(35,87,219); }
td.TdClassName
{
border-color: #2357DB;
}
.TagClassName
{
border-color: #2357DB;
}
</style>