Shades of Cornflower Blue #4F90F1
Tints of Cornflower Blue #4F90F1
RGB
CMYK
RGB Variations
Color information
#4F90F1 (or 0x4F90F1) is known color: Cornflower Blue. HEX triplet: 4F, 90 and F1. RGB value is (79,144,241). Sum of RGB (Red+Green+Blue) = 79+144+241=464 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.03% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #4F90F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F90F1 is #B06F0E. Grayscale: #878787. Windows color (decimal): -11562767 or 15831119. OLE color: 15831119.
HSL color Cylindrical-coordinate representation of color #4F90F1: hue angle of 215.93º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F90F1 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 144 | 241 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.05 |
| HSL | 215.93º | 0.85% | 0.63% | - |
| HSV(B) | 215.93º | 0.67% | 0.95% | - |
| XYZ | 29.07 | 27.96 | 87.08 | - |
| YUV | 135.62 | 187.47 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 241 | 0.67 | 0.40 | 0 | 0.05 | 215.93 | 0.85 | 0.63 |
| Hex | 4F | 90 | F1 | 43 | 28 | 0 | 5 | D8 | 55 | 3F |
| Octal | 117 | 220 | 361 | 103 | 50 | 0 | 5 | 330 | 125 | 77 |
| Binary | 1001111 | 10010000 | 11110001 | 1000011 | 101000 | 0 | 101 | 11011000 | 1010101 | 111111 |
Color Harmonies of #4F90F1
Complementary color
Monochromatic Colors of #4F90F1
Black with #4F90F1
Text Example
Text Example
White with #4F90F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F90F1; }
p { color: rgb(79,144,241); }
H1.HeaderClassName
{
color: #4F90F1;
}
.AnyTagClassName
{
color: #4F90F1;
}
</style>
background-color css
<style>
a { background-color: #4F90F1; }
a { background-color: rgb(79,144,241); }
div.DivClassName
{
background-color: #4F90F1;
}
.BgClassName
{
background-color: #4F90F1;
}
</style>
border-color css
<style>
span { border-color: #4F90F1; }
span { border-color: rgb(79,144,241); }
td.TdClassName
{
border-color: #4F90F1;
}
.TagClassName
{
border-color: #4F90F1;
}
</style>