Shades of Cerulean Blue #184BDC
Tints of Cerulean Blue #184BDC
RGB
CMYK
RGB Variations
Color information
#184BDC (or 0x184BDC) is known color: Cerulean Blue. HEX triplet: 18, 4B and DC. RGB value is (24,75,220). Sum of RGB (Red+Green+Blue) = 24+75+220=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #184BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #184BDC is #E7B423. Grayscale: #4B4B4B. Windows color (decimal): -15184932 or 14437144. OLE color: 14437144.
HSL color Cylindrical-coordinate representation of color #184BDC: hue angle of 224.39º 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 #184BDC is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 75 | 220 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.14 |
| HSL | 224.39º | 0.8% | 0.48% | - |
| HSV(B) | 224.39º | 0.89% | 0.86% | - |
| XYZ | 15.81 | 10.39 | 68.88 | - |
| YUV | 76.28 | 209.1 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 220 | 0.89 | 0.66 | 0 | 0.14 | 224.39 | 0.8 | 0.48 |
| Hex | 18 | 4B | DC | 59 | 42 | 0 | E | E0 | 50 | 30 |
| Octal | 30 | 113 | 334 | 131 | 102 | 0 | 16 | 340 | 120 | 60 |
| Binary | 11000 | 1001011 | 11011100 | 1011001 | 1000010 | 0 | 1110 | 11100000 | 1010000 | 110000 |
Color Harmonies of #184BDC
Complementary color
Monochromatic Colors of #184BDC
Black with #184BDC
Text Example
Text Example
White with #184BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184BDC; }
p { color: rgb(24,75,220); }
H1.HeaderClassName
{
color: #184BDC;
}
.AnyTagClassName
{
color: #184BDC;
}
</style>
background-color css
<style>
a { background-color: #184BDC; }
a { background-color: rgb(24,75,220); }
div.DivClassName
{
background-color: #184BDC;
}
.BgClassName
{
background-color: #184BDC;
}
</style>
border-color css
<style>
span { border-color: #184BDC; }
span { border-color: rgb(24,75,220); }
td.TdClassName
{
border-color: #184BDC;
}
.TagClassName
{
border-color: #184BDC;
}
</style>