Shades of Cornflower Blue #4F81FF
Tints of Cornflower Blue #4F81FF
RGB
CMYK
RGB Variations
Color information
#4F81FF (or 0x4F81FF) is known color: Cornflower Blue. HEX triplet: 4F, 81 and FF. RGB value is (79,129,255). Sum of RGB (Red+Green+Blue) = 79+129+255=463 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.06% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F81FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F81FF is #B07E00. Grayscale: #7F7F7F. Windows color (decimal): -11566593 or 16744783. OLE color: 16744783.
HSL color Cylindrical-coordinate representation of color #4F81FF: hue angle of 222.95º 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 #4F81FF is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 129 | 255 | - |
| CMYK | 0.69 | 0.49 | 0 | 0 |
| HSL | 222.95º | 1% | 0.65% | - |
| HSV(B) | 222.95º | 0.69% | 1% | - |
| XYZ | 29.12 | 24.58 | 97.82 | - |
| YUV | 128.41 | 199.44 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 129 | 255 | 0.69 | 0.49 | 0 | 0 | 222.95 | 1 | 0.65 |
| Hex | 4F | 81 | FF | 45 | 31 | 0 | 0 | DF | 64 | 41 |
| Octal | 117 | 201 | 377 | 105 | 61 | 0 | 0 | 337 | 144 | 101 |
| Binary | 1001111 | 10000001 | 11111111 | 1000101 | 110001 | 0 | 0 | 11011111 | 1100100 | 1000001 |
Color Harmonies of #4F81FF
Complementary color
Monochromatic Colors of #4F81FF
Black with #4F81FF
Text Example
Text Example
White with #4F81FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F81FF; }
p { color: rgb(79,129,255); }
H1.HeaderClassName
{
color: #4F81FF;
}
.AnyTagClassName
{
color: #4F81FF;
}
</style>
background-color css
<style>
a { background-color: #4F81FF; }
a { background-color: rgb(79,129,255); }
div.DivClassName
{
background-color: #4F81FF;
}
.BgClassName
{
background-color: #4F81FF;
}
</style>
border-color css
<style>
span { border-color: #4F81FF; }
span { border-color: rgb(79,129,255); }
td.TdClassName
{
border-color: #4F81FF;
}
.TagClassName
{
border-color: #4F81FF;
}
</style>