Shades of Cerulean Blue #2355CE
Tints of Cerulean Blue #2355CE
RGB
CMYK
RGB Variations
Color information
#2355CE (or 0x2355CE) is known color: Cerulean Blue. HEX triplet: 23, 55 and CE. RGB value is (35,85,206). Sum of RGB (Red+Green+Blue) = 35+85+206=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #2355CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2355CE is #DCAA31. Grayscale: #535353. Windows color (decimal): -14461490 or 13522211. OLE color: 13522211.
HSL color Cylindrical-coordinate representation of color #2355CE: hue angle of 222.46º 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 #2355CE is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 85 | 206 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.19 |
| HSL | 222.46º | 0.71% | 0.47% | - |
| HSV(B) | 222.46º | 0.83% | 0.81% | - |
| XYZ | 15.08 | 11.31 | 59.78 | - |
| YUV | 83.84 | 196.94 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 206 | 0.83 | 0.59 | 0 | 0.19 | 222.46 | 0.71 | 0.47 |
| Hex | 23 | 55 | CE | 53 | 3B | 0 | 13 | DE | 47 | 2F |
| Octal | 43 | 125 | 316 | 123 | 73 | 0 | 23 | 336 | 107 | 57 |
| Binary | 100011 | 1010101 | 11001110 | 1010011 | 111011 | 0 | 10011 | 11011110 | 1000111 | 101111 |
Color Harmonies of #2355CE
Complementary color
Monochromatic Colors of #2355CE
Black with #2355CE
Text Example
Text Example
White with #2355CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2355CE; }
p { color: rgb(35,85,206); }
H1.HeaderClassName
{
color: #2355CE;
}
.AnyTagClassName
{
color: #2355CE;
}
</style>
background-color css
<style>
a { background-color: #2355CE; }
a { background-color: rgb(35,85,206); }
div.DivClassName
{
background-color: #2355CE;
}
.BgClassName
{
background-color: #2355CE;
}
</style>
border-color css
<style>
span { border-color: #2355CE; }
span { border-color: rgb(35,85,206); }
td.TdClassName
{
border-color: #2355CE;
}
.TagClassName
{
border-color: #2355CE;
}
</style>