Shades of Cerulean Blue #234DDD
Tints of Cerulean Blue #234DDD
RGB
CMYK
RGB Variations
Color information
#234DDD (or 0x234DDD) is known color: Cerulean Blue. HEX triplet: 23, 4D and DD. RGB value is (35,77,221). Sum of RGB (Red+Green+Blue) = 35+77+221=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #234DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234DDD is #DCB222. Grayscale: #505050. Windows color (decimal): -14463523 or 14503203. OLE color: 14503203.
HSL color Cylindrical-coordinate representation of color #234DDD: hue angle of 226.45º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #234DDD is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 77 | 221 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.13 |
| HSL | 226.45º | 0.73% | 0.5% | - |
| HSV(B) | 226.45º | 0.84% | 0.87% | - |
| XYZ | 16.4 | 10.89 | 69.64 | - |
| YUV | 80.86 | 207.09 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 221 | 0.84 | 0.65 | 0 | 0.13 | 226.45 | 0.73 | 0.5 |
| Hex | 23 | 4D | DD | 54 | 41 | 0 | D | E2 | 49 | 32 |
| Octal | 43 | 115 | 335 | 124 | 101 | 0 | 15 | 342 | 111 | 62 |
| Binary | 100011 | 1001101 | 11011101 | 1010100 | 1000001 | 0 | 1101 | 11100010 | 1001001 | 110010 |
Color Harmonies of #234DDD
Complementary color
Monochromatic Colors of #234DDD
Black with #234DDD
Text Example
Text Example
White with #234DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234DDD; }
p { color: rgb(35,77,221); }
H1.HeaderClassName
{
color: #234DDD;
}
.AnyTagClassName
{
color: #234DDD;
}
</style>
background-color css
<style>
a { background-color: #234DDD; }
a { background-color: rgb(35,77,221); }
div.DivClassName
{
background-color: #234DDD;
}
.BgClassName
{
background-color: #234DDD;
}
</style>
border-color css
<style>
span { border-color: #234DDD; }
span { border-color: rgb(35,77,221); }
td.TdClassName
{
border-color: #234DDD;
}
.TagClassName
{
border-color: #234DDD;
}
</style>