Shades of Cerulean Blue #234EDC
Tints of Cerulean Blue #234EDC
RGB
CMYK
RGB Variations
Color information
#234EDC (or 0x234EDC) is known color: Cerulean Blue. HEX triplet: 23, 4E and DC. RGB value is (35,78,220). Sum of RGB (Red+Green+Blue) = 35+78+220=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #234EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234EDC is #DCB123. Grayscale: #505050. Windows color (decimal): -14463268 or 14437923. OLE color: 14437923.
HSL color Cylindrical-coordinate representation of color #234EDC: hue angle of 226.05º 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 #234EDC is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 78 | 220 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.14 |
| HSL | 226.05º | 0.73% | 0.5% | - |
| HSV(B) | 226.05º | 0.84% | 0.86% | - |
| XYZ | 16.34 | 10.97 | 68.97 | - |
| YUV | 81.33 | 206.25 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 220 | 0.84 | 0.65 | 0 | 0.14 | 226.05 | 0.73 | 0.5 |
| Hex | 23 | 4E | DC | 54 | 41 | 0 | E | E2 | 49 | 32 |
| Octal | 43 | 116 | 334 | 124 | 101 | 0 | 16 | 342 | 111 | 62 |
| Binary | 100011 | 1001110 | 11011100 | 1010100 | 1000001 | 0 | 1110 | 11100010 | 1001001 | 110010 |
Color Harmonies of #234EDC
Complementary color
Monochromatic Colors of #234EDC
Black with #234EDC
Text Example
Text Example
White with #234EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234EDC; }
p { color: rgb(35,78,220); }
H1.HeaderClassName
{
color: #234EDC;
}
.AnyTagClassName
{
color: #234EDC;
}
</style>
background-color css
<style>
a { background-color: #234EDC; }
a { background-color: rgb(35,78,220); }
div.DivClassName
{
background-color: #234EDC;
}
.BgClassName
{
background-color: #234EDC;
}
</style>
border-color css
<style>
span { border-color: #234EDC; }
span { border-color: rgb(35,78,220); }
td.TdClassName
{
border-color: #234EDC;
}
.TagClassName
{
border-color: #234EDC;
}
</style>