Shades of Cerulean Blue #234DDF
Tints of Cerulean Blue #234DDF
RGB
CMYK
RGB Variations
Color information
#234DDF (or 0x234DDF) is known color: Cerulean Blue. HEX triplet: 23, 4D and DF. RGB value is (35,77,223). Sum of RGB (Red+Green+Blue) = 35+77+223=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #234DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234DDF is #DCB220. Grayscale: #505050. Windows color (decimal): -14463521 or 14634275. OLE color: 14634275.
HSL color Cylindrical-coordinate representation of color #234DDF: hue angle of 226.6º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #234DDF is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 77 | 223 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.13 |
| HSL | 226.6º | 0.75% | 0.51% | - |
| HSV(B) | 226.6º | 0.84% | 0.87% | - |
| XYZ | 16.67 | 10.99 | 71.06 | - |
| YUV | 81.09 | 208.09 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 223 | 0.84 | 0.65 | 0 | 0.13 | 226.6 | 0.75 | 0.51 |
| Hex | 23 | 4D | DF | 54 | 41 | 0 | D | E3 | 4B | 33 |
| Octal | 43 | 115 | 337 | 124 | 101 | 0 | 15 | 343 | 113 | 63 |
| Binary | 100011 | 1001101 | 11011111 | 1010100 | 1000001 | 0 | 1101 | 11100011 | 1001011 | 110011 |
Color Harmonies of #234DDF
Complementary color
Monochromatic Colors of #234DDF
Black with #234DDF
Text Example
Text Example
White with #234DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234DDF; }
p { color: rgb(35,77,223); }
H1.HeaderClassName
{
color: #234DDF;
}
.AnyTagClassName
{
color: #234DDF;
}
</style>
background-color css
<style>
a { background-color: #234DDF; }
a { background-color: rgb(35,77,223); }
div.DivClassName
{
background-color: #234DDF;
}
.BgClassName
{
background-color: #234DDF;
}
</style>
border-color css
<style>
span { border-color: #234DDF; }
span { border-color: rgb(35,77,223); }
td.TdClassName
{
border-color: #234DDF;
}
.TagClassName
{
border-color: #234DDF;
}
</style>