Shades of Cerulean Blue #184AEF
Tints of Cerulean Blue #184AEF
RGB
CMYK
RGB Variations
Color information
#184AEF (or 0x184AEF) is known color: Cerulean Blue. HEX triplet: 18, 4A and EF. RGB value is (24,74,239). Sum of RGB (Red+Green+Blue) = 24+74+239=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #184AEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184AEF is #E7B510. Grayscale: #4D4D4D. Windows color (decimal): -15185169 or 15682072. OLE color: 15682072.
HSL color Cylindrical-coordinate representation of color #184AEF: hue angle of 226.05º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #184AEF is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 74 | 239 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.06 |
| HSL | 226.05º | 0.87% | 0.52% | - |
| HSV(B) | 226.05º | 0.9% | 0.94% | - |
| XYZ | 18.41 | 11.32 | 82.88 | - |
| YUV | 77.86 | 218.94 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 239 | 0.90 | 0.69 | 0 | 0.06 | 226.05 | 0.87 | 0.52 |
| Hex | 18 | 4A | EF | 5A | 45 | 0 | 6 | E2 | 57 | 34 |
| Octal | 30 | 112 | 357 | 132 | 105 | 0 | 6 | 342 | 127 | 64 |
| Binary | 11000 | 1001010 | 11101111 | 1011010 | 1000101 | 0 | 110 | 11100010 | 1010111 | 110100 |
Color Harmonies of #184AEF
Complementary color
Monochromatic Colors of #184AEF
Black with #184AEF
Text Example
Text Example
White with #184AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184AEF; }
p { color: rgb(24,74,239); }
H1.HeaderClassName
{
color: #184AEF;
}
.AnyTagClassName
{
color: #184AEF;
}
</style>
background-color css
<style>
a { background-color: #184AEF; }
a { background-color: rgb(24,74,239); }
div.DivClassName
{
background-color: #184AEF;
}
.BgClassName
{
background-color: #184AEF;
}
</style>
border-color css
<style>
span { border-color: #184AEF; }
span { border-color: rgb(24,74,239); }
td.TdClassName
{
border-color: #184AEF;
}
.TagClassName
{
border-color: #184AEF;
}
</style>