Shades of Cornflower Blue #4C8DDF
Tints of Cornflower Blue #4C8DDF
RGB
CMYK
RGB Variations
Color information
#4C8DDF (or 0x4C8DDF) is known color: Cornflower Blue. HEX triplet: 4C, 8D and DF. RGB value is (76,141,223). Sum of RGB (Red+Green+Blue) = 76+141+223=440 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.27% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C8DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8DDF is #B37220. Grayscale: #828282. Windows color (decimal): -11760161 or 14650700. OLE color: 14650700.
HSL color Cylindrical-coordinate representation of color #4C8DDF: hue angle of 213.47º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C8DDF is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 141 | 223 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.13 |
| HSL | 213.47º | 0.7% | 0.59% | - |
| HSV(B) | 213.47º | 0.66% | 0.87% | - |
| XYZ | 25.82 | 25.91 | 73.45 | - |
| YUV | 130.91 | 179.97 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 141 | 223 | 0.66 | 0.37 | 0 | 0.13 | 213.47 | 0.7 | 0.59 |
| Hex | 4C | 8D | DF | 42 | 25 | 0 | D | D5 | 46 | 3B |
| Octal | 114 | 215 | 337 | 102 | 45 | 0 | 15 | 325 | 106 | 73 |
| Binary | 1001100 | 10001101 | 11011111 | 1000010 | 100101 | 0 | 1101 | 11010101 | 1000110 | 111011 |
Color Harmonies of #4C8DDF
Complementary color
Monochromatic Colors of #4C8DDF
Black with #4C8DDF
Text Example
Text Example
White with #4C8DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8DDF; }
p { color: rgb(76,141,223); }
H1.HeaderClassName
{
color: #4C8DDF;
}
.AnyTagClassName
{
color: #4C8DDF;
}
</style>
background-color css
<style>
a { background-color: #4C8DDF; }
a { background-color: rgb(76,141,223); }
div.DivClassName
{
background-color: #4C8DDF;
}
.BgClassName
{
background-color: #4C8DDF;
}
</style>
border-color css
<style>
span { border-color: #4C8DDF; }
span { border-color: rgb(76,141,223); }
td.TdClassName
{
border-color: #4C8DDF;
}
.TagClassName
{
border-color: #4C8DDF;
}
</style>