Shades of Cerulean Blue #184FD8
Tints of Cerulean Blue #184FD8
RGB
CMYK
RGB Variations
Color information
#184FD8 (or 0x184FD8) is known color: Cerulean Blue. HEX triplet: 18, 4F and D8. RGB value is (24,79,216). Sum of RGB (Red+Green+Blue) = 24+79+216=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 216 (84.77% from 255 or 67.71% from 319); Max value from RGB is 216 - color contains mainly: blue. Hex color #184FD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #184FD8 is #E7B027. Grayscale: #4D4D4D. Windows color (decimal): -15183912 or 14176024. OLE color: 14176024.
HSL color Cylindrical-coordinate representation of color #184FD8: hue angle of 222.81º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #184FD8 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 79 | 216 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.15 |
| HSL | 222.81º | 0.8% | 0.47% | - |
| HSV(B) | 222.81º | 0.89% | 0.85% | - |
| XYZ | 15.57 | 10.74 | 66.22 | - |
| YUV | 78.17 | 205.78 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 216 | 0.89 | 0.63 | 0 | 0.15 | 222.81 | 0.8 | 0.47 |
| Hex | 18 | 4F | D8 | 59 | 3F | 0 | F | DF | 50 | 2F |
| Octal | 30 | 117 | 330 | 131 | 77 | 0 | 17 | 337 | 120 | 57 |
| Binary | 11000 | 1001111 | 11011000 | 1011001 | 111111 | 0 | 1111 | 11011111 | 1010000 | 101111 |
Color Harmonies of #184FD8
Complementary color
Monochromatic Colors of #184FD8
Black with #184FD8
Text Example
Text Example
White with #184FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184FD8; }
p { color: rgb(24,79,216); }
H1.HeaderClassName
{
color: #184FD8;
}
.AnyTagClassName
{
color: #184FD8;
}
</style>
background-color css
<style>
a { background-color: #184FD8; }
a { background-color: rgb(24,79,216); }
div.DivClassName
{
background-color: #184FD8;
}
.BgClassName
{
background-color: #184FD8;
}
</style>
border-color css
<style>
span { border-color: #184FD8; }
span { border-color: rgb(24,79,216); }
td.TdClassName
{
border-color: #184FD8;
}
.TagClassName
{
border-color: #184FD8;
}
</style>