Shades of Cerulean Blue #235CDB
Tints of Cerulean Blue #235CDB
RGB
CMYK
RGB Variations
Color information
#235CDB (or 0x235CDB) is known color: Cerulean Blue. HEX triplet: 23, 5C and DB. RGB value is (35,92,219). Sum of RGB (Red+Green+Blue) = 35+92+219=346 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.12% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #235CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235CDB is #DCA324. Grayscale: #585858. Windows color (decimal): -14459685 or 14375971. OLE color: 14375971.
HSL color Cylindrical-coordinate representation of color #235CDB: hue angle of 221.41º 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 #235CDB is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 92 | 219 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.14 |
| HSL | 221.41º | 0.72% | 0.5% | - |
| HSV(B) | 221.41º | 0.84% | 0.86% | - |
| XYZ | 17.31 | 13.13 | 68.64 | - |
| YUV | 89.44 | 201.12 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 219 | 0.84 | 0.58 | 0 | 0.14 | 221.41 | 0.72 | 0.5 |
| Hex | 23 | 5C | DB | 54 | 3A | 0 | E | DD | 48 | 32 |
| Octal | 43 | 134 | 333 | 124 | 72 | 0 | 16 | 335 | 110 | 62 |
| Binary | 100011 | 1011100 | 11011011 | 1010100 | 111010 | 0 | 1110 | 11011101 | 1001000 | 110010 |
Color Harmonies of #235CDB
Complementary color
Monochromatic Colors of #235CDB
Black with #235CDB
Text Example
Text Example
White with #235CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235CDB; }
p { color: rgb(35,92,219); }
H1.HeaderClassName
{
color: #235CDB;
}
.AnyTagClassName
{
color: #235CDB;
}
</style>
background-color css
<style>
a { background-color: #235CDB; }
a { background-color: rgb(35,92,219); }
div.DivClassName
{
background-color: #235CDB;
}
.BgClassName
{
background-color: #235CDB;
}
</style>
border-color css
<style>
span { border-color: #235CDB; }
span { border-color: rgb(35,92,219); }
td.TdClassName
{
border-color: #235CDB;
}
.TagClassName
{
border-color: #235CDB;
}
</style>