Shades of Cerulean Blue #235ECE
Tints of Cerulean Blue #235ECE
RGB
CMYK
RGB Variations
Color information
#235ECE (or 0x235ECE) is known color: Cerulean Blue. HEX triplet: 23, 5E and CE. RGB value is (35,94,206). Sum of RGB (Red+Green+Blue) = 35+94+206=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #235ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235ECE is #DCA131. Grayscale: #585858. Windows color (decimal): -14459186 or 13524515. OLE color: 13524515.
HSL color Cylindrical-coordinate representation of color #235ECE: hue angle of 219.3º 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 #235ECE is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 94 | 206 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.19 |
| HSL | 219.3º | 0.71% | 0.47% | - |
| HSV(B) | 219.3º | 0.83% | 0.81% | - |
| XYZ | 15.84 | 12.82 | 60.03 | - |
| YUV | 89.13 | 193.95 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 94 | 206 | 0.83 | 0.54 | 0 | 0.19 | 219.3 | 0.71 | 0.47 |
| Hex | 23 | 5E | CE | 53 | 36 | 0 | 13 | DB | 47 | 2F |
| Octal | 43 | 136 | 316 | 123 | 66 | 0 | 23 | 333 | 107 | 57 |
| Binary | 100011 | 1011110 | 11001110 | 1010011 | 110110 | 0 | 10011 | 11011011 | 1000111 | 101111 |
Color Harmonies of #235ECE
Complementary color
Monochromatic Colors of #235ECE
Black with #235ECE
Text Example
Text Example
White with #235ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235ECE; }
p { color: rgb(35,94,206); }
H1.HeaderClassName
{
color: #235ECE;
}
.AnyTagClassName
{
color: #235ECE;
}
</style>
background-color css
<style>
a { background-color: #235ECE; }
a { background-color: rgb(35,94,206); }
div.DivClassName
{
background-color: #235ECE;
}
.BgClassName
{
background-color: #235ECE;
}
</style>
border-color css
<style>
span { border-color: #235ECE; }
span { border-color: rgb(35,94,206); }
td.TdClassName
{
border-color: #235ECE;
}
.TagClassName
{
border-color: #235ECE;
}
</style>