Shades of Cerulean Blue #234BDB
Tints of Cerulean Blue #234BDB
RGB
CMYK
RGB Variations
Color information
#234BDB (or 0x234BDB) is known color: Cerulean Blue. HEX triplet: 23, 4B and DB. RGB value is (35,75,219). Sum of RGB (Red+Green+Blue) = 35+75+219=329 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.64% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #234BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234BDB is #DCB424. Grayscale: #4E4E4E. Windows color (decimal): -14464037 or 14371619. OLE color: 14371619.
HSL color Cylindrical-coordinate representation of color #234BDB: hue angle of 226.96º 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 #234BDB is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 75 | 219 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.14 |
| HSL | 226.96º | 0.72% | 0.5% | - |
| HSV(B) | 226.96º | 0.84% | 0.86% | - |
| XYZ | 16 | 10.5 | 68.2 | - |
| YUV | 79.46 | 206.75 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 219 | 0.84 | 0.66 | 0 | 0.14 | 226.96 | 0.72 | 0.5 |
| Hex | 23 | 4B | DB | 54 | 42 | 0 | E | E3 | 48 | 32 |
| Octal | 43 | 113 | 333 | 124 | 102 | 0 | 16 | 343 | 110 | 62 |
| Binary | 100011 | 1001011 | 11011011 | 1010100 | 1000010 | 0 | 1110 | 11100011 | 1001000 | 110010 |
Color Harmonies of #234BDB
Complementary color
Monochromatic Colors of #234BDB
Black with #234BDB
Text Example
Text Example
White with #234BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234BDB; }
p { color: rgb(35,75,219); }
H1.HeaderClassName
{
color: #234BDB;
}
.AnyTagClassName
{
color: #234BDB;
}
</style>
background-color css
<style>
a { background-color: #234BDB; }
a { background-color: rgb(35,75,219); }
div.DivClassName
{
background-color: #234BDB;
}
.BgClassName
{
background-color: #234BDB;
}
</style>
border-color css
<style>
span { border-color: #234BDB; }
span { border-color: rgb(35,75,219); }
td.TdClassName
{
border-color: #234BDB;
}
.TagClassName
{
border-color: #234BDB;
}
</style>