Shades of Cerulean Blue #235ECF
Tints of Cerulean Blue #235ECF
RGB
CMYK
RGB Variations
Color information
#235ECF (or 0x235ECF) is known color: Cerulean Blue. HEX triplet: 23, 5E and CF. RGB value is (35,94,207). Sum of RGB (Red+Green+Blue) = 35+94+207=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #235ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235ECF is #DCA130. Grayscale: #585858. Windows color (decimal): -14459185 or 13590051. OLE color: 13590051.
HSL color Cylindrical-coordinate representation of color #235ECF: hue angle of 219.42º 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 #235ECF is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 94 | 207 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.19 |
| HSL | 219.42º | 0.71% | 0.47% | - |
| HSV(B) | 219.42º | 0.83% | 0.81% | - |
| XYZ | 15.96 | 12.87 | 60.67 | - |
| YUV | 89.24 | 194.45 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 94 | 207 | 0.83 | 0.55 | 0 | 0.19 | 219.42 | 0.71 | 0.47 |
| Hex | 23 | 5E | CF | 53 | 37 | 0 | 13 | DB | 47 | 2F |
| Octal | 43 | 136 | 317 | 123 | 67 | 0 | 23 | 333 | 107 | 57 |
| Binary | 100011 | 1011110 | 11001111 | 1010011 | 110111 | 0 | 10011 | 11011011 | 1000111 | 101111 |
Color Harmonies of #235ECF
Complementary color
Monochromatic Colors of #235ECF
Black with #235ECF
Text Example
Text Example
White with #235ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235ECF; }
p { color: rgb(35,94,207); }
H1.HeaderClassName
{
color: #235ECF;
}
.AnyTagClassName
{
color: #235ECF;
}
</style>
background-color css
<style>
a { background-color: #235ECF; }
a { background-color: rgb(35,94,207); }
div.DivClassName
{
background-color: #235ECF;
}
.BgClassName
{
background-color: #235ECF;
}
</style>
border-color css
<style>
span { border-color: #235ECF; }
span { border-color: rgb(35,94,207); }
td.TdClassName
{
border-color: #235ECF;
}
.TagClassName
{
border-color: #235ECF;
}
</style>