Shades of Cerulean Blue #184EDC
Tints of Cerulean Blue #184EDC
RGB
CMYK
RGB Variations
Color information
#184EDC (or 0x184EDC) is known color: Cerulean Blue. HEX triplet: 18, 4E and DC. RGB value is (24,78,220). Sum of RGB (Red+Green+Blue) = 24+78+220=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #184EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #184EDC is #E7B123. Grayscale: #4D4D4D. Windows color (decimal): -15184164 or 14437912. OLE color: 14437912.
HSL color Cylindrical-coordinate representation of color #184EDC: hue angle of 223.47º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #184EDC is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 78 | 220 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.14 |
| HSL | 223.47º | 0.8% | 0.48% | - |
| HSV(B) | 223.47º | 0.89% | 0.86% | - |
| XYZ | 16.02 | 10.81 | 68.95 | - |
| YUV | 78.04 | 208.11 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 220 | 0.89 | 0.65 | 0 | 0.14 | 223.47 | 0.8 | 0.48 |
| Hex | 18 | 4E | DC | 59 | 41 | 0 | E | DF | 50 | 30 |
| Octal | 30 | 116 | 334 | 131 | 101 | 0 | 16 | 337 | 120 | 60 |
| Binary | 11000 | 1001110 | 11011100 | 1011001 | 1000001 | 0 | 1110 | 11011111 | 1010000 | 110000 |
Color Harmonies of #184EDC
Complementary color
Monochromatic Colors of #184EDC
Black with #184EDC
Text Example
Text Example
White with #184EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184EDC; }
p { color: rgb(24,78,220); }
H1.HeaderClassName
{
color: #184EDC;
}
.AnyTagClassName
{
color: #184EDC;
}
</style>
background-color css
<style>
a { background-color: #184EDC; }
a { background-color: rgb(24,78,220); }
div.DivClassName
{
background-color: #184EDC;
}
.BgClassName
{
background-color: #184EDC;
}
</style>
border-color css
<style>
span { border-color: #184EDC; }
span { border-color: rgb(24,78,220); }
td.TdClassName
{
border-color: #184EDC;
}
.TagClassName
{
border-color: #184EDC;
}
</style>