Shades of Cornflower Blue #4F9FFF
Tints of Cornflower Blue #4F9FFF
RGB
CMYK
RGB Variations
Color information
#4F9FFF (or 0x4F9FFF) is known color: Cornflower Blue. HEX triplet: 4F, 9F and FF. RGB value is (79,159,255). Sum of RGB (Red+Green+Blue) = 79+159+255=493 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.02% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F9FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F9FFF is #B06000. Grayscale: #919191. Windows color (decimal): -11558913 or 16752463. OLE color: 16752463.
HSL color Cylindrical-coordinate representation of color #4F9FFF: hue angle of 212.73º 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 #4F9FFF is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 159 | 255 | - |
| CMYK | 0.69 | 0.38 | 0 | 0 |
| HSL | 212.73º | 1% | 0.65% | - |
| HSV(B) | 212.73º | 0.69% | 1% | - |
| XYZ | 33.67 | 33.68 | 99.33 | - |
| YUV | 146.02 | 189.5 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 159 | 255 | 0.69 | 0.38 | 0 | 0 | 212.73 | 1 | 0.65 |
| Hex | 4F | 9F | FF | 45 | 26 | 0 | 0 | D5 | 64 | 41 |
| Octal | 117 | 237 | 377 | 105 | 46 | 0 | 0 | 325 | 144 | 101 |
| Binary | 1001111 | 10011111 | 11111111 | 1000101 | 100110 | 0 | 0 | 11010101 | 1100100 | 1000001 |
Color Harmonies of #4F9FFF
Complementary color
Monochromatic Colors of #4F9FFF
Black with #4F9FFF
Text Example
Text Example
White with #4F9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9FFF; }
p { color: rgb(79,159,255); }
H1.HeaderClassName
{
color: #4F9FFF;
}
.AnyTagClassName
{
color: #4F9FFF;
}
</style>
background-color css
<style>
a { background-color: #4F9FFF; }
a { background-color: rgb(79,159,255); }
div.DivClassName
{
background-color: #4F9FFF;
}
.BgClassName
{
background-color: #4F9FFF;
}
</style>
border-color css
<style>
span { border-color: #4F9FFF; }
span { border-color: rgb(79,159,255); }
td.TdClassName
{
border-color: #4F9FFF;
}
.TagClassName
{
border-color: #4F9FFF;
}
</style>