Shades of Cerulean Blue #235ADB
Tints of Cerulean Blue #235ADB
RGB
CMYK
RGB Variations
Color information
#235ADB (or 0x235ADB) is known color: Cerulean Blue. HEX triplet: 23, 5A and DB. RGB value is (35,90,219). Sum of RGB (Red+Green+Blue) = 35+90+219=344 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.17% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #235ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235ADB is #DCA524. Grayscale: #575757. Windows color (decimal): -14460197 or 14375459. OLE color: 14375459.
HSL color Cylindrical-coordinate representation of color #235ADB: hue angle of 222.07º 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 #235ADB is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 90 | 219 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.14 |
| HSL | 222.07º | 0.72% | 0.5% | - |
| HSV(B) | 222.07º | 0.84% | 0.86% | - |
| XYZ | 17.14 | 12.78 | 68.58 | - |
| YUV | 88.26 | 201.78 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 219 | 0.84 | 0.59 | 0 | 0.14 | 222.07 | 0.72 | 0.5 |
| Hex | 23 | 5A | DB | 54 | 3B | 0 | E | DE | 48 | 32 |
| Octal | 43 | 132 | 333 | 124 | 73 | 0 | 16 | 336 | 110 | 62 |
| Binary | 100011 | 1011010 | 11011011 | 1010100 | 111011 | 0 | 1110 | 11011110 | 1001000 | 110010 |
Color Harmonies of #235ADB
Complementary color
Monochromatic Colors of #235ADB
Black with #235ADB
Text Example
Text Example
White with #235ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235ADB; }
p { color: rgb(35,90,219); }
H1.HeaderClassName
{
color: #235ADB;
}
.AnyTagClassName
{
color: #235ADB;
}
</style>
background-color css
<style>
a { background-color: #235ADB; }
a { background-color: rgb(35,90,219); }
div.DivClassName
{
background-color: #235ADB;
}
.BgClassName
{
background-color: #235ADB;
}
</style>
border-color css
<style>
span { border-color: #235ADB; }
span { border-color: rgb(35,90,219); }
td.TdClassName
{
border-color: #235ADB;
}
.TagClassName
{
border-color: #235ADB;
}
</style>