Shades of Cerulean Blue #2359DD
Tints of Cerulean Blue #2359DD
RGB
CMYK
RGB Variations
Color information
#2359DD (or 0x2359DD) is known color: Cerulean Blue. HEX triplet: 23, 59 and DD. RGB value is (35,89,221). Sum of RGB (Red+Green+Blue) = 35+89+221=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #2359DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2359DD is #DCA622. Grayscale: #575757. Windows color (decimal): -14460451 or 14506275. OLE color: 14506275.
HSL color Cylindrical-coordinate representation of color #2359DD: hue angle of 222.58º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2359DD is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 89 | 221 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.13 |
| HSL | 222.58º | 0.73% | 0.5% | - |
| HSV(B) | 222.58º | 0.84% | 0.87% | - |
| XYZ | 17.32 | 12.72 | 69.95 | - |
| YUV | 87.9 | 203.11 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 221 | 0.84 | 0.60 | 0 | 0.13 | 222.58 | 0.73 | 0.5 |
| Hex | 23 | 59 | DD | 54 | 3C | 0 | D | DF | 49 | 32 |
| Octal | 43 | 131 | 335 | 124 | 74 | 0 | 15 | 337 | 111 | 62 |
| Binary | 100011 | 1011001 | 11011101 | 1010100 | 111100 | 0 | 1101 | 11011111 | 1001001 | 110010 |
Color Harmonies of #2359DD
Complementary color
Monochromatic Colors of #2359DD
Black with #2359DD
Text Example
Text Example
White with #2359DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2359DD; }
p { color: rgb(35,89,221); }
H1.HeaderClassName
{
color: #2359DD;
}
.AnyTagClassName
{
color: #2359DD;
}
</style>
background-color css
<style>
a { background-color: #2359DD; }
a { background-color: rgb(35,89,221); }
div.DivClassName
{
background-color: #2359DD;
}
.BgClassName
{
background-color: #2359DD;
}
</style>
border-color css
<style>
span { border-color: #2359DD; }
span { border-color: rgb(35,89,221); }
td.TdClassName
{
border-color: #2359DD;
}
.TagClassName
{
border-color: #2359DD;
}
</style>