Shades of Cerulean Blue #2359CF
Tints of Cerulean Blue #2359CF
RGB
CMYK
RGB Variations
Color information
#2359CF (or 0x2359CF) is known color: Cerulean Blue. HEX triplet: 23, 59 and CF. RGB value is (35,89,207). Sum of RGB (Red+Green+Blue) = 35+89+207=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #2359CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2359CF is #DCA630. Grayscale: #555555. Windows color (decimal): -14460465 or 13588771. OLE color: 13588771.
HSL color Cylindrical-coordinate representation of color #2359CF: hue angle of 221.16º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2359CF is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 89 | 207 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.19 |
| HSL | 221.16º | 0.71% | 0.47% | - |
| HSV(B) | 221.16º | 0.83% | 0.81% | - |
| XYZ | 15.53 | 12.01 | 60.53 | - |
| YUV | 86.31 | 196.11 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 207 | 0.83 | 0.57 | 0 | 0.19 | 221.16 | 0.71 | 0.47 |
| Hex | 23 | 59 | CF | 53 | 39 | 0 | 13 | DD | 47 | 2F |
| Octal | 43 | 131 | 317 | 123 | 71 | 0 | 23 | 335 | 107 | 57 |
| Binary | 100011 | 1011001 | 11001111 | 1010011 | 111001 | 0 | 10011 | 11011101 | 1000111 | 101111 |
Color Harmonies of #2359CF
Complementary color
Monochromatic Colors of #2359CF
Black with #2359CF
Text Example
Text Example
White with #2359CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2359CF; }
p { color: rgb(35,89,207); }
H1.HeaderClassName
{
color: #2359CF;
}
.AnyTagClassName
{
color: #2359CF;
}
</style>
background-color css
<style>
a { background-color: #2359CF; }
a { background-color: rgb(35,89,207); }
div.DivClassName
{
background-color: #2359CF;
}
.BgClassName
{
background-color: #2359CF;
}
</style>
border-color css
<style>
span { border-color: #2359CF; }
span { border-color: rgb(35,89,207); }
td.TdClassName
{
border-color: #2359CF;
}
.TagClassName
{
border-color: #2359CF;
}
</style>