Shades of Cornflower Blue #4F90FF
Tints of Cornflower Blue #4F90FF
RGB
CMYK
RGB Variations
Color information
#4F90FF (or 0x4F90FF) is known color: Cornflower Blue. HEX triplet: 4F, 90 and FF. RGB value is (79,144,255). Sum of RGB (Red+Green+Blue) = 79+144+255=478 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.53% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F90FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F90FF is #B06F00. Grayscale: #888888. Windows color (decimal): -11562753 or 16748623. OLE color: 16748623.
HSL color Cylindrical-coordinate representation of color #4F90FF: hue angle of 217.84º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F90FF is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 144 | 255 | - |
| CMYK | 0.69 | 0.44 | 0 | 0 |
| HSL | 217.84º | 1% | 0.65% | - |
| HSV(B) | 217.84º | 0.69% | 1% | - |
| XYZ | 31.25 | 28.83 | 98.53 | - |
| YUV | 137.22 | 194.47 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 255 | 0.69 | 0.44 | 0 | 0 | 217.84 | 1 | 0.65 |
| Hex | 4F | 90 | FF | 45 | 2C | 0 | 0 | DA | 64 | 41 |
| Octal | 117 | 220 | 377 | 105 | 54 | 0 | 0 | 332 | 144 | 101 |
| Binary | 1001111 | 10010000 | 11111111 | 1000101 | 101100 | 0 | 0 | 11011010 | 1100100 | 1000001 |
Color Harmonies of #4F90FF
Complementary color
Monochromatic Colors of #4F90FF
Black with #4F90FF
Text Example
Text Example
White with #4F90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F90FF; }
p { color: rgb(79,144,255); }
H1.HeaderClassName
{
color: #4F90FF;
}
.AnyTagClassName
{
color: #4F90FF;
}
</style>
background-color css
<style>
a { background-color: #4F90FF; }
a { background-color: rgb(79,144,255); }
div.DivClassName
{
background-color: #4F90FF;
}
.BgClassName
{
background-color: #4F90FF;
}
</style>
border-color css
<style>
span { border-color: #4F90FF; }
span { border-color: rgb(79,144,255); }
td.TdClassName
{
border-color: #4F90FF;
}
.TagClassName
{
border-color: #4F90FF;
}
</style>