Shades of Cornflower Blue #4F83FF
Tints of Cornflower Blue #4F83FF
RGB
CMYK
RGB Variations
Color information
#4F83FF (or 0x4F83FF) is known color: Cornflower Blue. HEX triplet: 4F, 83 and FF. RGB value is (79,131,255). Sum of RGB (Red+Green+Blue) = 79+131+255=465 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.99% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F83FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F83FF is #B07C00. Grayscale: #818181. Windows color (decimal): -11566081 or 16745295. OLE color: 16745295.
HSL color Cylindrical-coordinate representation of color #4F83FF: hue angle of 222.27º 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 #4F83FF is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 131 | 255 | - |
| CMYK | 0.69 | 0.49 | 0 | 0 |
| HSL | 222.27º | 1% | 0.65% | - |
| HSV(B) | 222.27º | 0.69% | 1% | - |
| XYZ | 29.39 | 25.11 | 97.91 | - |
| YUV | 129.59 | 198.77 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 131 | 255 | 0.69 | 0.49 | 0 | 0 | 222.27 | 1 | 0.65 |
| Hex | 4F | 83 | FF | 45 | 31 | 0 | 0 | DE | 64 | 41 |
| Octal | 117 | 203 | 377 | 105 | 61 | 0 | 0 | 336 | 144 | 101 |
| Binary | 1001111 | 10000011 | 11111111 | 1000101 | 110001 | 0 | 0 | 11011110 | 1100100 | 1000001 |
Color Harmonies of #4F83FF
Complementary color
Monochromatic Colors of #4F83FF
Black with #4F83FF
Text Example
Text Example
White with #4F83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F83FF; }
p { color: rgb(79,131,255); }
H1.HeaderClassName
{
color: #4F83FF;
}
.AnyTagClassName
{
color: #4F83FF;
}
</style>
background-color css
<style>
a { background-color: #4F83FF; }
a { background-color: rgb(79,131,255); }
div.DivClassName
{
background-color: #4F83FF;
}
.BgClassName
{
background-color: #4F83FF;
}
</style>
border-color css
<style>
span { border-color: #4F83FF; }
span { border-color: rgb(79,131,255); }
td.TdClassName
{
border-color: #4F83FF;
}
.TagClassName
{
border-color: #4F83FF;
}
</style>