Shades of Cerulean Blue #234EC8
Tints of Cerulean Blue #234EC8
RGB
CMYK
RGB Variations
Color information
#234EC8 (or 0x234EC8) is known color: Cerulean Blue. HEX triplet: 23, 4E and C8. RGB value is (35,78,200). Sum of RGB (Red+Green+Blue) = 35+78+200=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 200 (78.52% from 255 or 63.90% from 313); Max value from RGB is 200 - color contains mainly: blue. Hex color #234EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234EC8 is #DCB137. Grayscale: #4E4E4E. Windows color (decimal): -14463288 or 13127203. OLE color: 13127203.
HSL color Cylindrical-coordinate representation of color #234EC8: hue angle of 224.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #234EC8 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 78 | 200 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.22 |
| HSL | 224.36º | 0.7% | 0.46% | - |
| HSV(B) | 224.36º | 0.83% | 0.78% | - |
| XYZ | 13.84 | 9.98 | 55.84 | - |
| YUV | 79.05 | 196.25 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 200 | 0.82 | 0.61 | 0 | 0.22 | 224.36 | 0.7 | 0.46 |
| Hex | 23 | 4E | C8 | 52 | 3D | 0 | 16 | E0 | 46 | 2E |
| Octal | 43 | 116 | 310 | 122 | 75 | 0 | 26 | 340 | 106 | 56 |
| Binary | 100011 | 1001110 | 11001000 | 1010010 | 111101 | 0 | 10110 | 11100000 | 1000110 | 101110 |
Color Harmonies of #234EC8
Complementary color
Monochromatic Colors of #234EC8
Black with #234EC8
Text Example
Text Example
White with #234EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234EC8; }
p { color: rgb(35,78,200); }
H1.HeaderClassName
{
color: #234EC8;
}
.AnyTagClassName
{
color: #234EC8;
}
</style>
background-color css
<style>
a { background-color: #234EC8; }
a { background-color: rgb(35,78,200); }
div.DivClassName
{
background-color: #234EC8;
}
.BgClassName
{
background-color: #234EC8;
}
</style>
border-color css
<style>
span { border-color: #234EC8; }
span { border-color: rgb(35,78,200); }
td.TdClassName
{
border-color: #234EC8;
}
.TagClassName
{
border-color: #234EC8;
}
</style>