Shades of Cerulean Blue #235DDB
Tints of Cerulean Blue #235DDB
RGB
CMYK
RGB Variations
Color information
#235DDB (or 0x235DDB) is known color: Cerulean Blue. HEX triplet: 23, 5D and DB. RGB value is (35,93,219). Sum of RGB (Red+Green+Blue) = 35+93+219=347 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.09% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #235DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235DDB is #DCA224. Grayscale: #595959. Windows color (decimal): -14459429 or 14376227. OLE color: 14376227.
HSL color Cylindrical-coordinate representation of color #235DDB: hue angle of 221.09º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #235DDB is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 93 | 219 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.14 |
| HSL | 221.09º | 0.72% | 0.5% | - |
| HSV(B) | 221.09º | 0.84% | 0.86% | - |
| XYZ | 17.39 | 13.3 | 68.67 | - |
| YUV | 90.02 | 200.78 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 219 | 0.84 | 0.58 | 0 | 0.14 | 221.09 | 0.72 | 0.5 |
| Hex | 23 | 5D | DB | 54 | 3A | 0 | E | DD | 48 | 32 |
| Octal | 43 | 135 | 333 | 124 | 72 | 0 | 16 | 335 | 110 | 62 |
| Binary | 100011 | 1011101 | 11011011 | 1010100 | 111010 | 0 | 1110 | 11011101 | 1001000 | 110010 |
Color Harmonies of #235DDB
Complementary color
Monochromatic Colors of #235DDB
Black with #235DDB
Text Example
Text Example
White with #235DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235DDB; }
p { color: rgb(35,93,219); }
H1.HeaderClassName
{
color: #235DDB;
}
.AnyTagClassName
{
color: #235DDB;
}
</style>
background-color css
<style>
a { background-color: #235DDB; }
a { background-color: rgb(35,93,219); }
div.DivClassName
{
background-color: #235DDB;
}
.BgClassName
{
background-color: #235DDB;
}
</style>
border-color css
<style>
span { border-color: #235DDB; }
span { border-color: rgb(35,93,219); }
td.TdClassName
{
border-color: #235DDB;
}
.TagClassName
{
border-color: #235DDB;
}
</style>