Shades of Cornflower Blue #4A9DFD
Tints of Cornflower Blue #4A9DFD
RGB
CMYK
RGB Variations
Color information
#4A9DFD (or 0x4A9DFD) is known color: Cornflower Blue. HEX triplet: 4A, 9D and FD. RGB value is (74,157,253). Sum of RGB (Red+Green+Blue) = 74+157+253=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A9DFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A9DFD is #B56202. Grayscale: #8E8E8E. Windows color (decimal): -11887107 or 16620874. OLE color: 16620874.
HSL color Cylindrical-coordinate representation of color #4A9DFD: hue angle of 212.18º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A9DFD is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 157 | 253 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.01 |
| HSL | 212.18º | 0.98% | 0.64% | - |
| HSV(B) | 212.18º | 0.71% | 0.99% | - |
| XYZ | 32.61 | 32.66 | 97.51 | - |
| YUV | 143.13 | 190 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 157 | 253 | 0.71 | 0.38 | 0 | 0.01 | 212.18 | 0.98 | 0.64 |
| Hex | 4A | 9D | FD | 47 | 26 | 0 | 1 | D4 | 62 | 40 |
| Octal | 112 | 235 | 375 | 107 | 46 | 0 | 1 | 324 | 142 | 100 |
| Binary | 1001010 | 10011101 | 11111101 | 1000111 | 100110 | 0 | 1 | 11010100 | 1100010 | 1000000 |
Color Harmonies of #4A9DFD
Complementary color
Monochromatic Colors of #4A9DFD
Black with #4A9DFD
Text Example
Text Example
White with #4A9DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9DFD; }
p { color: rgb(74,157,253); }
H1.HeaderClassName
{
color: #4A9DFD;
}
.AnyTagClassName
{
color: #4A9DFD;
}
</style>
background-color css
<style>
a { background-color: #4A9DFD; }
a { background-color: rgb(74,157,253); }
div.DivClassName
{
background-color: #4A9DFD;
}
.BgClassName
{
background-color: #4A9DFD;
}
</style>
border-color css
<style>
span { border-color: #4A9DFD; }
span { border-color: rgb(74,157,253); }
td.TdClassName
{
border-color: #4A9DFD;
}
.TagClassName
{
border-color: #4A9DFD;
}
</style>