Shades of Cerulean Blue #2359DA
Tints of Cerulean Blue #2359DA
RGB
CMYK
RGB Variations
Color information
#2359DA (or 0x2359DA) is known color: Cerulean Blue. HEX triplet: 23, 59 and DA. RGB value is (35,89,218). Sum of RGB (Red+Green+Blue) = 35+89+218=342 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.23% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #2359DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2359DA is #DCA625. Grayscale: #565656. Windows color (decimal): -14460454 or 14309667. OLE color: 14309667.
HSL color Cylindrical-coordinate representation of color #2359DA: hue angle of 222.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2359DA is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 89 | 218 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.15 |
| HSL | 222.3º | 0.72% | 0.5% | - |
| HSV(B) | 222.3º | 0.84% | 0.85% | - |
| XYZ | 16.92 | 12.56 | 67.86 | - |
| YUV | 87.56 | 201.61 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 218 | 0.84 | 0.59 | 0 | 0.15 | 222.3 | 0.72 | 0.5 |
| Hex | 23 | 59 | DA | 54 | 3B | 0 | F | DE | 48 | 32 |
| Octal | 43 | 131 | 332 | 124 | 73 | 0 | 17 | 336 | 110 | 62 |
| Binary | 100011 | 1011001 | 11011010 | 1010100 | 111011 | 0 | 1111 | 11011110 | 1001000 | 110010 |
Color Harmonies of #2359DA
Complementary color
Monochromatic Colors of #2359DA
Black with #2359DA
Text Example
Text Example
White with #2359DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2359DA; }
p { color: rgb(35,89,218); }
H1.HeaderClassName
{
color: #2359DA;
}
.AnyTagClassName
{
color: #2359DA;
}
</style>
background-color css
<style>
a { background-color: #2359DA; }
a { background-color: rgb(35,89,218); }
div.DivClassName
{
background-color: #2359DA;
}
.BgClassName
{
background-color: #2359DA;
}
</style>
border-color css
<style>
span { border-color: #2359DA; }
span { border-color: rgb(35,89,218); }
td.TdClassName
{
border-color: #2359DA;
}
.TagClassName
{
border-color: #2359DA;
}
</style>