Shades of Cerulean Blue #235ACB
Tints of Cerulean Blue #235ACB
RGB
CMYK
RGB Variations
Color information
#235ACB (or 0x235ACB) is known color: Cerulean Blue. HEX triplet: 23, 5A and CB. RGB value is (35,90,203). Sum of RGB (Red+Green+Blue) = 35+90+203=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #235ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235ACB is #DCA534. Grayscale: #555555. Windows color (decimal): -14460213 or 13326883. OLE color: 13326883.
HSL color Cylindrical-coordinate representation of color #235ACB: hue angle of 220.36º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #235ACB is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 90 | 203 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.20 |
| HSL | 220.36º | 0.71% | 0.47% | - |
| HSV(B) | 220.36º | 0.83% | 0.8% | - |
| XYZ | 15.13 | 11.98 | 58.02 | - |
| YUV | 86.44 | 193.78 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 203 | 0.83 | 0.56 | 0 | 0.20 | 220.36 | 0.71 | 0.47 |
| Hex | 23 | 5A | CB | 53 | 38 | 0 | 14 | DC | 47 | 2F |
| Octal | 43 | 132 | 313 | 123 | 70 | 0 | 24 | 334 | 107 | 57 |
| Binary | 100011 | 1011010 | 11001011 | 1010011 | 111000 | 0 | 10100 | 11011100 | 1000111 | 101111 |
Color Harmonies of #235ACB
Complementary color
Monochromatic Colors of #235ACB
Black with #235ACB
Text Example
Text Example
White with #235ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235ACB; }
p { color: rgb(35,90,203); }
H1.HeaderClassName
{
color: #235ACB;
}
.AnyTagClassName
{
color: #235ACB;
}
</style>
background-color css
<style>
a { background-color: #235ACB; }
a { background-color: rgb(35,90,203); }
div.DivClassName
{
background-color: #235ACB;
}
.BgClassName
{
background-color: #235ACB;
}
</style>
border-color css
<style>
span { border-color: #235ACB; }
span { border-color: rgb(35,90,203); }
td.TdClassName
{
border-color: #235ACB;
}
.TagClassName
{
border-color: #235ACB;
}
</style>