Shades of Cornflower Blue #4497FA
Tints of Cornflower Blue #4497FA
RGB
CMYK
RGB Variations
Color information
#4497FA (or 0x4497FA) is known color: Cornflower Blue. HEX triplet: 44, 97 and FA. RGB value is (68,151,250). Sum of RGB (Red+Green+Blue) = 68+151+250=469 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.50% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #4497FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4497FA is #BB6805. Grayscale: #888888. Windows color (decimal): -12281862 or 16422724. OLE color: 16422724.
HSL color Cylindrical-coordinate representation of color #4497FA: hue angle of 212.64º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4497FA is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 151 | 250 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.02 |
| HSL | 212.64º | 0.95% | 0.62% | - |
| HSV(B) | 212.64º | 0.73% | 0.98% | - |
| XYZ | 30.71 | 30.26 | 94.67 | - |
| YUV | 137.47 | 191.5 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 151 | 250 | 0.73 | 0.40 | 0 | 0.02 | 212.64 | 0.95 | 0.62 |
| Hex | 44 | 97 | FA | 49 | 28 | 0 | 2 | D5 | 5F | 3E |
| Octal | 104 | 227 | 372 | 111 | 50 | 0 | 2 | 325 | 137 | 76 |
| Binary | 1000100 | 10010111 | 11111010 | 1001001 | 101000 | 0 | 10 | 11010101 | 1011111 | 111110 |
Color Harmonies of #4497FA
Complementary color
Monochromatic Colors of #4497FA
Black with #4497FA
Text Example
Text Example
White with #4497FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4497FA; }
p { color: rgb(68,151,250); }
H1.HeaderClassName
{
color: #4497FA;
}
.AnyTagClassName
{
color: #4497FA;
}
</style>
background-color css
<style>
a { background-color: #4497FA; }
a { background-color: rgb(68,151,250); }
div.DivClassName
{
background-color: #4497FA;
}
.BgClassName
{
background-color: #4497FA;
}
</style>
border-color css
<style>
span { border-color: #4497FA; }
span { border-color: rgb(68,151,250); }
td.TdClassName
{
border-color: #4497FA;
}
.TagClassName
{
border-color: #4497FA;
}
</style>