Shades of Cornflower Blue #4FABFD
Tints of Cornflower Blue #4FABFD
RGB
CMYK
RGB Variations
Color information
#4FABFD (or 0x4FABFD) is known color: Cornflower Blue. HEX triplet: 4F, AB and FD. RGB value is (79,171,253). Sum of RGB (Red+Green+Blue) = 79+171+253=503 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.71% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FABFD is #B05402. Grayscale: #989898. Windows color (decimal): -11555843 or 16624463. OLE color: 16624463.
HSL color Cylindrical-coordinate representation of color #4FABFD: hue angle of 208.28º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FABFD is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 171 | 253 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.01 |
| HSL | 208.28º | 0.98% | 0.65% | - |
| HSV(B) | 208.28º | 0.69% | 0.99% | - |
| XYZ | 35.52 | 37.88 | 98.37 | - |
| YUV | 152.84 | 184.52 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 253 | 0.69 | 0.32 | 0 | 0.01 | 208.28 | 0.98 | 0.65 |
| Hex | 4F | AB | FD | 45 | 20 | 0 | 1 | D0 | 62 | 41 |
| Octal | 117 | 253 | 375 | 105 | 40 | 0 | 1 | 320 | 142 | 101 |
| Binary | 1001111 | 10101011 | 11111101 | 1000101 | 100000 | 0 | 1 | 11010000 | 1100010 | 1000001 |
Color Harmonies of #4FABFD
Complementary color
Monochromatic Colors of #4FABFD
Black with #4FABFD
Text Example
Text Example
White with #4FABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABFD; }
p { color: rgb(79,171,253); }
H1.HeaderClassName
{
color: #4FABFD;
}
.AnyTagClassName
{
color: #4FABFD;
}
</style>
background-color css
<style>
a { background-color: #4FABFD; }
a { background-color: rgb(79,171,253); }
div.DivClassName
{
background-color: #4FABFD;
}
.BgClassName
{
background-color: #4FABFD;
}
</style>
border-color css
<style>
span { border-color: #4FABFD; }
span { border-color: rgb(79,171,253); }
td.TdClassName
{
border-color: #4FABFD;
}
.TagClassName
{
border-color: #4FABFD;
}
</style>