Shades of Cerulean Blue #184FCD
Tints of Cerulean Blue #184FCD
RGB
CMYK
RGB Variations
Color information
#184FCD (or 0x184FCD) is known color: Cerulean Blue. HEX triplet: 18, 4F and CD. RGB value is (24,79,205). Sum of RGB (Red+Green+Blue) = 24+79+205=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #184FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #184FCD is #E7B032. Grayscale: #4C4C4C. Windows color (decimal): -15183923 or 13455128. OLE color: 13455128.
HSL color Cylindrical-coordinate representation of color #184FCD: hue angle of 221.77º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #184FCD is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 79 | 205 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.20 |
| HSL | 221.77º | 0.79% | 0.45% | - |
| HSV(B) | 221.77º | 0.88% | 0.8% | - |
| XYZ | 14.19 | 10.19 | 58.98 | - |
| YUV | 76.92 | 200.28 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 205 | 0.88 | 0.61 | 0 | 0.20 | 221.77 | 0.79 | 0.45 |
| Hex | 18 | 4F | CD | 58 | 3D | 0 | 14 | DE | 4F | 2D |
| Octal | 30 | 117 | 315 | 130 | 75 | 0 | 24 | 336 | 117 | 55 |
| Binary | 11000 | 1001111 | 11001101 | 1011000 | 111101 | 0 | 10100 | 11011110 | 1001111 | 101101 |
Color Harmonies of #184FCD
Complementary color
Monochromatic Colors of #184FCD
Black with #184FCD
Text Example
Text Example
White with #184FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184FCD; }
p { color: rgb(24,79,205); }
H1.HeaderClassName
{
color: #184FCD;
}
.AnyTagClassName
{
color: #184FCD;
}
</style>
background-color css
<style>
a { background-color: #184FCD; }
a { background-color: rgb(24,79,205); }
div.DivClassName
{
background-color: #184FCD;
}
.BgClassName
{
background-color: #184FCD;
}
</style>
border-color css
<style>
span { border-color: #184FCD; }
span { border-color: rgb(24,79,205); }
td.TdClassName
{
border-color: #184FCD;
}
.TagClassName
{
border-color: #184FCD;
}
</style>