Shades of Cerulean Blue #234ECD
Tints of Cerulean Blue #234ECD
RGB
CMYK
RGB Variations
Color information
#234ECD (or 0x234ECD) is known color: Cerulean Blue. HEX triplet: 23, 4E and CD. RGB value is (35,78,205). Sum of RGB (Red+Green+Blue) = 35+78+205=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #234ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234ECD is #DCB132. Grayscale: #4F4F4F. Windows color (decimal): -14463283 or 13454883. OLE color: 13454883.
HSL color Cylindrical-coordinate representation of color #234ECD: hue angle of 224.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #234ECD is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 78 | 205 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.20 |
| HSL | 224.82º | 0.71% | 0.47% | - |
| HSV(B) | 224.82º | 0.83% | 0.8% | - |
| XYZ | 14.44 | 10.21 | 58.97 | - |
| YUV | 79.62 | 198.75 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 205 | 0.83 | 0.62 | 0 | 0.20 | 224.82 | 0.71 | 0.47 |
| Hex | 23 | 4E | CD | 53 | 3E | 0 | 14 | E1 | 47 | 2F |
| Octal | 43 | 116 | 315 | 123 | 76 | 0 | 24 | 341 | 107 | 57 |
| Binary | 100011 | 1001110 | 11001101 | 1010011 | 111110 | 0 | 10100 | 11100001 | 1000111 | 101111 |
Color Harmonies of #234ECD
Complementary color
Monochromatic Colors of #234ECD
Black with #234ECD
Text Example
Text Example
White with #234ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234ECD; }
p { color: rgb(35,78,205); }
H1.HeaderClassName
{
color: #234ECD;
}
.AnyTagClassName
{
color: #234ECD;
}
</style>
background-color css
<style>
a { background-color: #234ECD; }
a { background-color: rgb(35,78,205); }
div.DivClassName
{
background-color: #234ECD;
}
.BgClassName
{
background-color: #234ECD;
}
</style>
border-color css
<style>
span { border-color: #234ECD; }
span { border-color: rgb(35,78,205); }
td.TdClassName
{
border-color: #234ECD;
}
.TagClassName
{
border-color: #234ECD;
}
</style>