Shades of Cornflower Blue #4C8AFD
Tints of Cornflower Blue #4C8AFD
RGB
CMYK
RGB Variations
Color information
#4C8AFD (or 0x4C8AFD) is known color: Cornflower Blue. HEX triplet: 4C, 8A and FD. RGB value is (76,138,253). Sum of RGB (Red+Green+Blue) = 76+138+253=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #4C8AFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C8AFD is #B37502. Grayscale: #848484. Windows color (decimal): -11760899 or 16616012. OLE color: 16616012.
HSL color Cylindrical-coordinate representation of color #4C8AFD: hue angle of 218.98º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C8AFD is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 138 | 253 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.01 |
| HSL | 218.98º | 0.98% | 0.65% | - |
| HSV(B) | 218.98º | 0.7% | 0.99% | - |
| XYZ | 29.8 | 26.81 | 96.53 | - |
| YUV | 132.57 | 195.96 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 138 | 253 | 0.70 | 0.45 | 0 | 0.01 | 218.98 | 0.98 | 0.65 |
| Hex | 4C | 8A | FD | 46 | 2D | 0 | 1 | DB | 62 | 41 |
| Octal | 114 | 212 | 375 | 106 | 55 | 0 | 1 | 333 | 142 | 101 |
| Binary | 1001100 | 10001010 | 11111101 | 1000110 | 101101 | 0 | 1 | 11011011 | 1100010 | 1000001 |
Color Harmonies of #4C8AFD
Complementary color
Monochromatic Colors of #4C8AFD
Black with #4C8AFD
Text Example
Text Example
White with #4C8AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8AFD; }
p { color: rgb(76,138,253); }
H1.HeaderClassName
{
color: #4C8AFD;
}
.AnyTagClassName
{
color: #4C8AFD;
}
</style>
background-color css
<style>
a { background-color: #4C8AFD; }
a { background-color: rgb(76,138,253); }
div.DivClassName
{
background-color: #4C8AFD;
}
.BgClassName
{
background-color: #4C8AFD;
}
</style>
border-color css
<style>
span { border-color: #4C8AFD; }
span { border-color: rgb(76,138,253); }
td.TdClassName
{
border-color: #4C8AFD;
}
.TagClassName
{
border-color: #4C8AFD;
}
</style>