Shades of Cerulean Blue #234CDF
Tints of Cerulean Blue #234CDF
RGB
CMYK
RGB Variations
Color information
#234CDF (or 0x234CDF) is known color: Cerulean Blue. HEX triplet: 23, 4C and DF. RGB value is (35,76,223). Sum of RGB (Red+Green+Blue) = 35+76+223=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #234CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234CDF is #DCB320. Grayscale: #4F4F4F. Windows color (decimal): -14463777 or 14634019. OLE color: 14634019.
HSL color Cylindrical-coordinate representation of color #234CDF: hue angle of 226.91º 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 #234CDF is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 76 | 223 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.13 |
| HSL | 226.91º | 0.75% | 0.51% | - |
| HSV(B) | 226.91º | 0.84% | 0.87% | - |
| XYZ | 16.6 | 10.85 | 71.03 | - |
| YUV | 80.5 | 208.42 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 223 | 0.84 | 0.66 | 0 | 0.13 | 226.91 | 0.75 | 0.51 |
| Hex | 23 | 4C | DF | 54 | 42 | 0 | D | E3 | 4B | 33 |
| Octal | 43 | 114 | 337 | 124 | 102 | 0 | 15 | 343 | 113 | 63 |
| Binary | 100011 | 1001100 | 11011111 | 1010100 | 1000010 | 0 | 1101 | 11100011 | 1001011 | 110011 |
Color Harmonies of #234CDF
Complementary color
Monochromatic Colors of #234CDF
Black with #234CDF
Text Example
Text Example
White with #234CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234CDF; }
p { color: rgb(35,76,223); }
H1.HeaderClassName
{
color: #234CDF;
}
.AnyTagClassName
{
color: #234CDF;
}
</style>
background-color css
<style>
a { background-color: #234CDF; }
a { background-color: rgb(35,76,223); }
div.DivClassName
{
background-color: #234CDF;
}
.BgClassName
{
background-color: #234CDF;
}
</style>
border-color css
<style>
span { border-color: #234CDF; }
span { border-color: rgb(35,76,223); }
td.TdClassName
{
border-color: #234CDF;
}
.TagClassName
{
border-color: #234CDF;
}
</style>