Shades of Cornflower Blue #4F90F2
Tints of Cornflower Blue #4F90F2
RGB
CMYK
RGB Variations
Color information
#4F90F2 (or 0x4F90F2) is known color: Cornflower Blue. HEX triplet: 4F, 90 and F2. RGB value is (79,144,242). Sum of RGB (Red+Green+Blue) = 79+144+242=465 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.99% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #4F90F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F90F2 is #B06F0D. Grayscale: #878787. Windows color (decimal): -11562766 or 15896655. OLE color: 15896655.
HSL color Cylindrical-coordinate representation of color #4F90F2: hue angle of 216.07º degrees, saturation: 0.86, 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 #4F90F2 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 144 | 242 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.05 |
| HSL | 216.07º | 0.86% | 0.63% | - |
| HSV(B) | 216.07º | 0.67% | 0.95% | - |
| XYZ | 29.22 | 28.02 | 87.87 | - |
| YUV | 135.74 | 187.97 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 242 | 0.67 | 0.40 | 0 | 0.05 | 216.07 | 0.86 | 0.63 |
| Hex | 4F | 90 | F2 | 43 | 28 | 0 | 5 | D8 | 56 | 3F |
| Octal | 117 | 220 | 362 | 103 | 50 | 0 | 5 | 330 | 126 | 77 |
| Binary | 1001111 | 10010000 | 11110010 | 1000011 | 101000 | 0 | 101 | 11011000 | 1010110 | 111111 |
Color Harmonies of #4F90F2
Complementary color
Monochromatic Colors of #4F90F2
Black with #4F90F2
Text Example
Text Example
White with #4F90F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F90F2; }
p { color: rgb(79,144,242); }
H1.HeaderClassName
{
color: #4F90F2;
}
.AnyTagClassName
{
color: #4F90F2;
}
</style>
background-color css
<style>
a { background-color: #4F90F2; }
a { background-color: rgb(79,144,242); }
div.DivClassName
{
background-color: #4F90F2;
}
.BgClassName
{
background-color: #4F90F2;
}
</style>
border-color css
<style>
span { border-color: #4F90F2; }
span { border-color: rgb(79,144,242); }
td.TdClassName
{
border-color: #4F90F2;
}
.TagClassName
{
border-color: #4F90F2;
}
</style>