Shades of Cerulean Blue #2356D9
Tints of Cerulean Blue #2356D9
RGB
CMYK
RGB Variations
Color information
#2356D9 (or 0x2356D9) is known color: Cerulean Blue. HEX triplet: 23, 56 and D9. RGB value is (35,86,217). Sum of RGB (Red+Green+Blue) = 35+86+217=338 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.36% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 217 (85.16% from 255 or 64.20% from 338); Max value from RGB is 217 - color contains mainly: blue. Hex color #2356D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2356D9 is #DCA926. Grayscale: #555555. Windows color (decimal): -14461223 or 14243363. OLE color: 14243363.
HSL color Cylindrical-coordinate representation of color #2356D9: hue angle of 223.19º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2356D9 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 86 | 217 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.15 |
| HSL | 223.19º | 0.72% | 0.49% | - |
| HSV(B) | 223.19º | 0.84% | 0.85% | - |
| XYZ | 16.55 | 12.02 | 67.09 | - |
| YUV | 85.69 | 202.1 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 86 | 217 | 0.84 | 0.60 | 0 | 0.15 | 223.19 | 0.72 | 0.49 |
| Hex | 23 | 56 | D9 | 54 | 3C | 0 | F | DF | 48 | 31 |
| Octal | 43 | 126 | 331 | 124 | 74 | 0 | 17 | 337 | 110 | 61 |
| Binary | 100011 | 1010110 | 11011001 | 1010100 | 111100 | 0 | 1111 | 11011111 | 1001000 | 110001 |
Color Harmonies of #2356D9
Complementary color
Monochromatic Colors of #2356D9
Black with #2356D9
Text Example
Text Example
White with #2356D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2356D9; }
p { color: rgb(35,86,217); }
H1.HeaderClassName
{
color: #2356D9;
}
.AnyTagClassName
{
color: #2356D9;
}
</style>
background-color css
<style>
a { background-color: #2356D9; }
a { background-color: rgb(35,86,217); }
div.DivClassName
{
background-color: #2356D9;
}
.BgClassName
{
background-color: #2356D9;
}
</style>
border-color css
<style>
span { border-color: #2356D9; }
span { border-color: rgb(35,86,217); }
td.TdClassName
{
border-color: #2356D9;
}
.TagClassName
{
border-color: #2356D9;
}
</style>