Shades of Cerulean Blue #184FD0
Tints of Cerulean Blue #184FD0
RGB
CMYK
RGB Variations
Color information
#184FD0 (or 0x184FD0) is known color: Cerulean Blue. HEX triplet: 18, 4F and D0. RGB value is (24,79,208). Sum of RGB (Red+Green+Blue) = 24+79+208=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 208 (81.64% from 255 or 66.88% from 311); Max value from RGB is 208 - color contains mainly: blue. Hex color #184FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #184FD0 is #E7B02F. Grayscale: #4C4C4C. Windows color (decimal): -15183920 or 13651736. OLE color: 13651736.
HSL color Cylindrical-coordinate representation of color #184FD0: hue angle of 222.07º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #184FD0 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 79 | 208 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.18 |
| HSL | 222.07º | 0.79% | 0.45% | - |
| HSV(B) | 222.07º | 0.88% | 0.82% | - |
| XYZ | 14.56 | 10.34 | 60.9 | - |
| YUV | 77.26 | 201.78 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 208 | 0.88 | 0.62 | 0 | 0.18 | 222.07 | 0.79 | 0.45 |
| Hex | 18 | 4F | D0 | 58 | 3E | 0 | 12 | DE | 4F | 2D |
| Octal | 30 | 117 | 320 | 130 | 76 | 0 | 22 | 336 | 117 | 55 |
| Binary | 11000 | 1001111 | 11010000 | 1011000 | 111110 | 0 | 10010 | 11011110 | 1001111 | 101101 |
Color Harmonies of #184FD0
Complementary color
Monochromatic Colors of #184FD0
Black with #184FD0
Text Example
Text Example
White with #184FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184FD0; }
p { color: rgb(24,79,208); }
H1.HeaderClassName
{
color: #184FD0;
}
.AnyTagClassName
{
color: #184FD0;
}
</style>
background-color css
<style>
a { background-color: #184FD0; }
a { background-color: rgb(24,79,208); }
div.DivClassName
{
background-color: #184FD0;
}
.BgClassName
{
background-color: #184FD0;
}
</style>
border-color css
<style>
span { border-color: #184FD0; }
span { border-color: rgb(24,79,208); }
td.TdClassName
{
border-color: #184FD0;
}
.TagClassName
{
border-color: #184FD0;
}
</style>