Shades of Cornflower Blue #4F9BFA
Tints of Cornflower Blue #4F9BFA
RGB
CMYK
RGB Variations
Color information
#4F9BFA (or 0x4F9BFA) is known color: Cornflower Blue. HEX triplet: 4F, 9B and FA. RGB value is (79,155,250). Sum of RGB (Red+Green+Blue) = 79+155+250=484 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.32% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F9BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F9BFA is #B06405. Grayscale: #8E8E8E. Windows color (decimal): -11559942 or 16423759. OLE color: 16423759.
HSL color Cylindrical-coordinate representation of color #4F9BFA: hue angle of 213.33º 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 #4F9BFA is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 155 | 250 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.02 |
| HSL | 213.33º | 0.94% | 0.65% | - |
| HSV(B) | 213.33º | 0.68% | 0.98% | - |
| XYZ | 32.2 | 32.01 | 94.92 | - |
| YUV | 143.11 | 188.32 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 155 | 250 | 0.68 | 0.38 | 0 | 0.02 | 213.33 | 0.94 | 0.65 |
| Hex | 4F | 9B | FA | 44 | 26 | 0 | 2 | D5 | 5E | 41 |
| Octal | 117 | 233 | 372 | 104 | 46 | 0 | 2 | 325 | 136 | 101 |
| Binary | 1001111 | 10011011 | 11111010 | 1000100 | 100110 | 0 | 10 | 11010101 | 1011110 | 1000001 |
Color Harmonies of #4F9BFA
Complementary color
Monochromatic Colors of #4F9BFA
Black with #4F9BFA
Text Example
Text Example
White with #4F9BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9BFA; }
p { color: rgb(79,155,250); }
H1.HeaderClassName
{
color: #4F9BFA;
}
.AnyTagClassName
{
color: #4F9BFA;
}
</style>
background-color css
<style>
a { background-color: #4F9BFA; }
a { background-color: rgb(79,155,250); }
div.DivClassName
{
background-color: #4F9BFA;
}
.BgClassName
{
background-color: #4F9BFA;
}
</style>
border-color css
<style>
span { border-color: #4F9BFA; }
span { border-color: rgb(79,155,250); }
td.TdClassName
{
border-color: #4F9BFA;
}
.TagClassName
{
border-color: #4F9BFA;
}
</style>