Shades of Cerulean Blue #234AD9
Tints of Cerulean Blue #234AD9
RGB
CMYK
RGB Variations
Color information
#234AD9 (or 0x234AD9) is known color: Cerulean Blue. HEX triplet: 23, 4A and D9. RGB value is (35,74,217). Sum of RGB (Red+Green+Blue) = 35+74+217=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 217 (85.16% from 255 or 66.56% from 326); Max value from RGB is 217 - color contains mainly: blue. Hex color #234AD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234AD9 is #DCB526. Grayscale: #4E4E4E. Windows color (decimal): -14464295 or 14240291. OLE color: 14240291.
HSL color Cylindrical-coordinate representation of color #234AD9: hue angle of 227.14º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #234AD9 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 74 | 217 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.15 |
| HSL | 227.14º | 0.72% | 0.49% | - |
| HSV(B) | 227.14º | 0.84% | 0.85% | - |
| XYZ | 15.67 | 10.26 | 66.8 | - |
| YUV | 78.64 | 206.08 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 217 | 0.84 | 0.66 | 0 | 0.15 | 227.14 | 0.72 | 0.49 |
| Hex | 23 | 4A | D9 | 54 | 42 | 0 | F | E3 | 48 | 31 |
| Octal | 43 | 112 | 331 | 124 | 102 | 0 | 17 | 343 | 110 | 61 |
| Binary | 100011 | 1001010 | 11011001 | 1010100 | 1000010 | 0 | 1111 | 11100011 | 1001000 | 110001 |
Color Harmonies of #234AD9
Complementary color
Monochromatic Colors of #234AD9
Black with #234AD9
Text Example
Text Example
White with #234AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234AD9; }
p { color: rgb(35,74,217); }
H1.HeaderClassName
{
color: #234AD9;
}
.AnyTagClassName
{
color: #234AD9;
}
</style>
background-color css
<style>
a { background-color: #234AD9; }
a { background-color: rgb(35,74,217); }
div.DivClassName
{
background-color: #234AD9;
}
.BgClassName
{
background-color: #234AD9;
}
</style>
border-color css
<style>
span { border-color: #234AD9; }
span { border-color: rgb(35,74,217); }
td.TdClassName
{
border-color: #234AD9;
}
.TagClassName
{
border-color: #234AD9;
}
</style>