Shades of Cerulean Blue #234CDC
Tints of Cerulean Blue #234CDC
RGB
CMYK
RGB Variations
Color information
#234CDC (or 0x234CDC) is known color: Cerulean Blue. HEX triplet: 23, 4C and DC. RGB value is (35,76,220). Sum of RGB (Red+Green+Blue) = 35+76+220=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #234CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234CDC is #DCB323. Grayscale: #4F4F4F. Windows color (decimal): -14463780 or 14437411. OLE color: 14437411.
HSL color Cylindrical-coordinate representation of color #234CDC: hue angle of 226.7º degrees, saturation: 0.73, 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 #234CDC is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 76 | 220 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.14 |
| HSL | 226.7º | 0.73% | 0.5% | - |
| HSV(B) | 226.7º | 0.84% | 0.86% | - |
| XYZ | 16.2 | 10.69 | 68.92 | - |
| YUV | 80.16 | 206.92 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 220 | 0.84 | 0.65 | 0 | 0.14 | 226.7 | 0.73 | 0.5 |
| Hex | 23 | 4C | DC | 54 | 41 | 0 | E | E3 | 49 | 32 |
| Octal | 43 | 114 | 334 | 124 | 101 | 0 | 16 | 343 | 111 | 62 |
| Binary | 100011 | 1001100 | 11011100 | 1010100 | 1000001 | 0 | 1110 | 11100011 | 1001001 | 110010 |
Color Harmonies of #234CDC
Complementary color
Monochromatic Colors of #234CDC
Black with #234CDC
Text Example
Text Example
White with #234CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234CDC; }
p { color: rgb(35,76,220); }
H1.HeaderClassName
{
color: #234CDC;
}
.AnyTagClassName
{
color: #234CDC;
}
</style>
background-color css
<style>
a { background-color: #234CDC; }
a { background-color: rgb(35,76,220); }
div.DivClassName
{
background-color: #234CDC;
}
.BgClassName
{
background-color: #234CDC;
}
</style>
border-color css
<style>
span { border-color: #234CDC; }
span { border-color: rgb(35,76,220); }
td.TdClassName
{
border-color: #234CDC;
}
.TagClassName
{
border-color: #234CDC;
}
</style>