Shades of Cornflower Blue #4F85FF
Tints of Cornflower Blue #4F85FF
RGB
CMYK
RGB Variations
Color information
#4F85FF (or 0x4F85FF) is known color: Cornflower Blue. HEX triplet: 4F, 85 and FF. RGB value is (79,133,255). Sum of RGB (Red+Green+Blue) = 79+133+255=467 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.92% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F85FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F85FF is #B07A00. Grayscale: #828282. Windows color (decimal): -11565569 or 16745807. OLE color: 16745807.
HSL color Cylindrical-coordinate representation of color #4F85FF: hue angle of 221.59º 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 #4F85FF is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 133 | 255 | - |
| CMYK | 0.69 | 0.48 | 0 | 0 |
| HSL | 221.59º | 1% | 0.65% | - |
| HSV(B) | 221.59º | 0.69% | 1% | - |
| XYZ | 29.66 | 25.66 | 98 | - |
| YUV | 130.76 | 198.11 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 255 | 0.69 | 0.48 | 0 | 0 | 221.59 | 1 | 0.65 |
| Hex | 4F | 85 | FF | 45 | 30 | 0 | 0 | DE | 64 | 41 |
| Octal | 117 | 205 | 377 | 105 | 60 | 0 | 0 | 336 | 144 | 101 |
| Binary | 1001111 | 10000101 | 11111111 | 1000101 | 110000 | 0 | 0 | 11011110 | 1100100 | 1000001 |
Color Harmonies of #4F85FF
Complementary color
Monochromatic Colors of #4F85FF
Black with #4F85FF
Text Example
Text Example
White with #4F85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F85FF; }
p { color: rgb(79,133,255); }
H1.HeaderClassName
{
color: #4F85FF;
}
.AnyTagClassName
{
color: #4F85FF;
}
</style>
background-color css
<style>
a { background-color: #4F85FF; }
a { background-color: rgb(79,133,255); }
div.DivClassName
{
background-color: #4F85FF;
}
.BgClassName
{
background-color: #4F85FF;
}
</style>
border-color css
<style>
span { border-color: #4F85FF; }
span { border-color: rgb(79,133,255); }
td.TdClassName
{
border-color: #4F85FF;
}
.TagClassName
{
border-color: #4F85FF;
}
</style>