Shades of Cerulean Blue #234DB7
Tints of Cerulean Blue #234DB7
RGB
CMYK
RGB Variations
Color information
#234DB7 (or 0x234DB7) is known color: Cerulean Blue. HEX triplet: 23, 4D and B7. RGB value is (35,77,183). Sum of RGB (Red+Green+Blue) = 35+77+183=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 183 (71.88% from 255 or 62.03% from 295); Max value from RGB is 183 - color contains mainly: blue. Hex color #234DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234DB7 is #DCB248. Grayscale: #4C4C4C. Windows color (decimal): -14463561 or 12012835. OLE color: 12012835.
HSL color Cylindrical-coordinate representation of color #234DB7: hue angle of 222.97º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #234DB7 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 77 | 183 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.28 |
| HSL | 222.97º | 0.68% | 0.43% | - |
| HSV(B) | 222.97º | 0.81% | 0.72% | - |
| XYZ | 11.89 | 9.08 | 45.93 | - |
| YUV | 76.53 | 188.09 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 183 | 0.81 | 0.58 | 0 | 0.28 | 222.97 | 0.68 | 0.43 |
| Hex | 23 | 4D | B7 | 51 | 3A | 0 | 1C | DF | 44 | 2B |
| Octal | 43 | 115 | 267 | 121 | 72 | 0 | 34 | 337 | 104 | 53 |
| Binary | 100011 | 1001101 | 10110111 | 1010001 | 111010 | 0 | 11100 | 11011111 | 1000100 | 101011 |
Color Harmonies of #234DB7
Complementary color
Monochromatic Colors of #234DB7
Black with #234DB7
Text Example
Text Example
White with #234DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234DB7; }
p { color: rgb(35,77,183); }
H1.HeaderClassName
{
color: #234DB7;
}
.AnyTagClassName
{
color: #234DB7;
}
</style>
background-color css
<style>
a { background-color: #234DB7; }
a { background-color: rgb(35,77,183); }
div.DivClassName
{
background-color: #234DB7;
}
.BgClassName
{
background-color: #234DB7;
}
</style>
border-color css
<style>
span { border-color: #234DB7; }
span { border-color: rgb(35,77,183); }
td.TdClassName
{
border-color: #234DB7;
}
.TagClassName
{
border-color: #234DB7;
}
</style>