Shades of Cerulean Blue #184EDD
Tints of Cerulean Blue #184EDD
RGB
CMYK
RGB Variations
Color information
#184EDD (or 0x184EDD) is known color: Cerulean Blue. HEX triplet: 18, 4E and DD. RGB value is (24,78,221). Sum of RGB (Red+Green+Blue) = 24+78+221=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #184EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #184EDD is #E7B122. Grayscale: #4D4D4D. Windows color (decimal): -15184163 or 14503448. OLE color: 14503448.
HSL color Cylindrical-coordinate representation of color #184EDD: hue angle of 223.55º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #184EDD is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 78 | 221 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.13 |
| HSL | 223.55º | 0.8% | 0.48% | - |
| HSV(B) | 223.55º | 0.89% | 0.87% | - |
| XYZ | 16.15 | 10.86 | 69.65 | - |
| YUV | 78.16 | 208.61 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 221 | 0.89 | 0.65 | 0 | 0.13 | 223.55 | 0.8 | 0.48 |
| Hex | 18 | 4E | DD | 59 | 41 | 0 | D | E0 | 50 | 30 |
| Octal | 30 | 116 | 335 | 131 | 101 | 0 | 15 | 340 | 120 | 60 |
| Binary | 11000 | 1001110 | 11011101 | 1011001 | 1000001 | 0 | 1101 | 11100000 | 1010000 | 110000 |
Color Harmonies of #184EDD
Complementary color
Monochromatic Colors of #184EDD
Black with #184EDD
Text Example
Text Example
White with #184EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184EDD; }
p { color: rgb(24,78,221); }
H1.HeaderClassName
{
color: #184EDD;
}
.AnyTagClassName
{
color: #184EDD;
}
</style>
background-color css
<style>
a { background-color: #184EDD; }
a { background-color: rgb(24,78,221); }
div.DivClassName
{
background-color: #184EDD;
}
.BgClassName
{
background-color: #184EDD;
}
</style>
border-color css
<style>
span { border-color: #184EDD; }
span { border-color: rgb(24,78,221); }
td.TdClassName
{
border-color: #184EDD;
}
.TagClassName
{
border-color: #184EDD;
}
</style>