Shades of Cerulean Blue #234EC9
Tints of Cerulean Blue #234EC9
RGB
CMYK
RGB Variations
Color information
#234EC9 (or 0x234EC9) is known color: Cerulean Blue. HEX triplet: 23, 4E and C9. RGB value is (35,78,201). Sum of RGB (Red+Green+Blue) = 35+78+201=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 201 (78.91% from 255 or 64.01% from 314); Max value from RGB is 201 - color contains mainly: blue. Hex color #234EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234EC9 is #DCB136. Grayscale: #4E4E4E. Windows color (decimal): -14463287 or 13192739. OLE color: 13192739.
HSL color Cylindrical-coordinate representation of color #234EC9: hue angle of 224.46º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #234EC9 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 78 | 201 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.21 |
| HSL | 224.46º | 0.7% | 0.46% | - |
| HSV(B) | 224.46º | 0.83% | 0.79% | - |
| XYZ | 13.96 | 10.02 | 56.46 | - |
| YUV | 79.17 | 196.75 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 201 | 0.83 | 0.61 | 0 | 0.21 | 224.46 | 0.7 | 0.46 |
| Hex | 23 | 4E | C9 | 53 | 3D | 0 | 15 | E0 | 46 | 2E |
| Octal | 43 | 116 | 311 | 123 | 75 | 0 | 25 | 340 | 106 | 56 |
| Binary | 100011 | 1001110 | 11001001 | 1010011 | 111101 | 0 | 10101 | 11100000 | 1000110 | 101110 |
Color Harmonies of #234EC9
Complementary color
Monochromatic Colors of #234EC9
Black with #234EC9
Text Example
Text Example
White with #234EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234EC9; }
p { color: rgb(35,78,201); }
H1.HeaderClassName
{
color: #234EC9;
}
.AnyTagClassName
{
color: #234EC9;
}
</style>
background-color css
<style>
a { background-color: #234EC9; }
a { background-color: rgb(35,78,201); }
div.DivClassName
{
background-color: #234EC9;
}
.BgClassName
{
background-color: #234EC9;
}
</style>
border-color css
<style>
span { border-color: #234EC9; }
span { border-color: rgb(35,78,201); }
td.TdClassName
{
border-color: #234EC9;
}
.TagClassName
{
border-color: #234EC9;
}
</style>