Shades of Cerulean Blue #235DC2
Tints of Cerulean Blue #235DC2
RGB
CMYK
RGB Variations
Color information
#235DC2 (or 0x235DC2) is known color: Cerulean Blue. HEX triplet: 23, 5D and C2. RGB value is (35,93,194). Sum of RGB (Red+Green+Blue) = 35+93+194=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 194 (76.17% from 255 or 60.25% from 322); Max value from RGB is 194 - color contains mainly: blue. Hex color #235DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235DC2 is #DCA23D. Grayscale: #565656. Windows color (decimal): -14459454 or 12737827. OLE color: 12737827.
HSL color Cylindrical-coordinate representation of color #235DC2: hue angle of 218.11º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #235DC2 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 93 | 194 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.24 |
| HSL | 218.11º | 0.69% | 0.45% | - |
| HSV(B) | 218.11º | 0.82% | 0.76% | - |
| XYZ | 14.35 | 12.08 | 52.61 | - |
| YUV | 87.17 | 188.28 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 194 | 0.82 | 0.52 | 0 | 0.24 | 218.11 | 0.69 | 0.45 |
| Hex | 23 | 5D | C2 | 52 | 34 | 0 | 18 | DA | 45 | 2D |
| Octal | 43 | 135 | 302 | 122 | 64 | 0 | 30 | 332 | 105 | 55 |
| Binary | 100011 | 1011101 | 11000010 | 1010010 | 110100 | 0 | 11000 | 11011010 | 1000101 | 101101 |
Color Harmonies of #235DC2
Complementary color
Monochromatic Colors of #235DC2
Black with #235DC2
Text Example
Text Example
White with #235DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235DC2; }
p { color: rgb(35,93,194); }
H1.HeaderClassName
{
color: #235DC2;
}
.AnyTagClassName
{
color: #235DC2;
}
</style>
background-color css
<style>
a { background-color: #235DC2; }
a { background-color: rgb(35,93,194); }
div.DivClassName
{
background-color: #235DC2;
}
.BgClassName
{
background-color: #235DC2;
}
</style>
border-color css
<style>
span { border-color: #235DC2; }
span { border-color: rgb(35,93,194); }
td.TdClassName
{
border-color: #235DC2;
}
.TagClassName
{
border-color: #235DC2;
}
</style>