Shades of Cerulean Blue #234DB8
Tints of Cerulean Blue #234DB8
RGB
CMYK
RGB Variations
Color information
#234DB8 (or 0x234DB8) is known color: Cerulean Blue. HEX triplet: 23, 4D and B8. RGB value is (35,77,184). Sum of RGB (Red+Green+Blue) = 35+77+184=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 184 (72.27% from 255 or 62.16% from 296); Max value from RGB is 184 - color contains mainly: blue. Hex color #234DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234DB8 is #DCB247. Grayscale: #4C4C4C. Windows color (decimal): -14463560 or 12078371. OLE color: 12078371.
HSL color Cylindrical-coordinate representation of color #234DB8: hue angle of 223.09º 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 #234DB8 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 77 | 184 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.28 |
| HSL | 223.09º | 0.68% | 0.43% | - |
| HSV(B) | 223.09º | 0.81% | 0.72% | - |
| XYZ | 12 | 9.13 | 46.48 | - |
| YUV | 76.64 | 188.59 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 184 | 0.81 | 0.58 | 0 | 0.28 | 223.09 | 0.68 | 0.43 |
| Hex | 23 | 4D | B8 | 51 | 3A | 0 | 1C | DF | 44 | 2B |
| Octal | 43 | 115 | 270 | 121 | 72 | 0 | 34 | 337 | 104 | 53 |
| Binary | 100011 | 1001101 | 10111000 | 1010001 | 111010 | 0 | 11100 | 11011111 | 1000100 | 101011 |
Color Harmonies of #234DB8
Complementary color
Monochromatic Colors of #234DB8
Black with #234DB8
Text Example
Text Example
White with #234DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234DB8; }
p { color: rgb(35,77,184); }
H1.HeaderClassName
{
color: #234DB8;
}
.AnyTagClassName
{
color: #234DB8;
}
</style>
background-color css
<style>
a { background-color: #234DB8; }
a { background-color: rgb(35,77,184); }
div.DivClassName
{
background-color: #234DB8;
}
.BgClassName
{
background-color: #234DB8;
}
</style>
border-color css
<style>
span { border-color: #234DB8; }
span { border-color: rgb(35,77,184); }
td.TdClassName
{
border-color: #234DB8;
}
.TagClassName
{
border-color: #234DB8;
}
</style>