Shades of Cornflower Blue #4CA8FD
Tints of Cornflower Blue #4CA8FD
RGB
CMYK
RGB Variations
Color information
#4CA8FD (or 0x4CA8FD) is known color: Cornflower Blue. HEX triplet: 4C, A8 and FD. RGB value is (76,168,253). Sum of RGB (Red+Green+Blue) = 76+168+253=497 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.29% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CA8FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CA8FD is #B35702. Grayscale: #959595. Windows color (decimal): -11753219 or 16623692. OLE color: 16623692.
HSL color Cylindrical-coordinate representation of color #4CA8FD: hue angle of 208.81º 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 #4CA8FD is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 168 | 253 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.01 |
| HSL | 208.81º | 0.98% | 0.65% | - |
| HSV(B) | 208.81º | 0.7% | 0.99% | - |
| XYZ | 34.71 | 36.63 | 98.17 | - |
| YUV | 150.18 | 186.02 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 168 | 253 | 0.70 | 0.34 | 0 | 0.01 | 208.81 | 0.98 | 0.65 |
| Hex | 4C | A8 | FD | 46 | 22 | 0 | 1 | D1 | 62 | 41 |
| Octal | 114 | 250 | 375 | 106 | 42 | 0 | 1 | 321 | 142 | 101 |
| Binary | 1001100 | 10101000 | 11111101 | 1000110 | 100010 | 0 | 1 | 11010001 | 1100010 | 1000001 |
Color Harmonies of #4CA8FD
Complementary color
Monochromatic Colors of #4CA8FD
Black with #4CA8FD
Text Example
Text Example
White with #4CA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA8FD; }
p { color: rgb(76,168,253); }
H1.HeaderClassName
{
color: #4CA8FD;
}
.AnyTagClassName
{
color: #4CA8FD;
}
</style>
background-color css
<style>
a { background-color: #4CA8FD; }
a { background-color: rgb(76,168,253); }
div.DivClassName
{
background-color: #4CA8FD;
}
.BgClassName
{
background-color: #4CA8FD;
}
</style>
border-color css
<style>
span { border-color: #4CA8FD; }
span { border-color: rgb(76,168,253); }
td.TdClassName
{
border-color: #4CA8FD;
}
.TagClassName
{
border-color: #4CA8FD;
}
</style>