Shades of Cornflower Blue #4F90FA
Tints of Cornflower Blue #4F90FA
RGB
CMYK
RGB Variations
Color information
#4F90FA (or 0x4F90FA) is known color: Cornflower Blue. HEX triplet: 4F, 90 and FA. RGB value is (79,144,250). Sum of RGB (Red+Green+Blue) = 79+144+250=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F90FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F90FA is #B06F05. Grayscale: #888888. Windows color (decimal): -11562758 or 16420943. OLE color: 16420943.
HSL color Cylindrical-coordinate representation of color #4F90FA: hue angle of 217.19º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F90FA is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 144 | 250 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.02 |
| HSL | 217.19º | 0.94% | 0.65% | - |
| HSV(B) | 217.19º | 0.68% | 0.98% | - |
| XYZ | 30.45 | 28.51 | 94.34 | - |
| YUV | 136.65 | 191.97 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 250 | 0.68 | 0.42 | 0 | 0.02 | 217.19 | 0.94 | 0.65 |
| Hex | 4F | 90 | FA | 44 | 2A | 0 | 2 | D9 | 5E | 41 |
| Octal | 117 | 220 | 372 | 104 | 52 | 0 | 2 | 331 | 136 | 101 |
| Binary | 1001111 | 10010000 | 11111010 | 1000100 | 101010 | 0 | 10 | 11011001 | 1011110 | 1000001 |
Color Harmonies of #4F90FA
Complementary color
Monochromatic Colors of #4F90FA
Black with #4F90FA
Text Example
Text Example
White with #4F90FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F90FA; }
p { color: rgb(79,144,250); }
H1.HeaderClassName
{
color: #4F90FA;
}
.AnyTagClassName
{
color: #4F90FA;
}
</style>
background-color css
<style>
a { background-color: #4F90FA; }
a { background-color: rgb(79,144,250); }
div.DivClassName
{
background-color: #4F90FA;
}
.BgClassName
{
background-color: #4F90FA;
}
</style>
border-color css
<style>
span { border-color: #4F90FA; }
span { border-color: rgb(79,144,250); }
td.TdClassName
{
border-color: #4F90FA;
}
.TagClassName
{
border-color: #4F90FA;
}
</style>