Shades of Cornflower Blue #4495F9
Tints of Cornflower Blue #4495F9
RGB
CMYK
RGB Variations
Color information
#4495F9 (or 0x4495F9) is known color: Cornflower Blue. HEX triplet: 44, 95 and F9. RGB value is (68,149,249). Sum of RGB (Red+Green+Blue) = 68+149+249=466 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.59% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #4495F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4495F9 is #BB6A06. Grayscale: #878787. Windows color (decimal): -12282375 or 16356676. OLE color: 16356676.
HSL color Cylindrical-coordinate representation of color #4495F9: hue angle of 213.15º degrees, saturation: 0.94, 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 #4495F9 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 149 | 249 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.02 |
| HSL | 213.15º | 0.94% | 0.62% | - |
| HSV(B) | 213.15º | 0.73% | 0.98% | - |
| XYZ | 30.23 | 29.56 | 93.74 | - |
| YUV | 136.18 | 191.66 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 249 | 0.73 | 0.40 | 0 | 0.02 | 213.15 | 0.94 | 0.62 |
| Hex | 44 | 95 | F9 | 49 | 28 | 0 | 2 | D5 | 5E | 3E |
| Octal | 104 | 225 | 371 | 111 | 50 | 0 | 2 | 325 | 136 | 76 |
| Binary | 1000100 | 10010101 | 11111001 | 1001001 | 101000 | 0 | 10 | 11010101 | 1011110 | 111110 |
Color Harmonies of #4495F9
Complementary color
Monochromatic Colors of #4495F9
Black with #4495F9
Text Example
Text Example
White with #4495F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4495F9; }
p { color: rgb(68,149,249); }
H1.HeaderClassName
{
color: #4495F9;
}
.AnyTagClassName
{
color: #4495F9;
}
</style>
background-color css
<style>
a { background-color: #4495F9; }
a { background-color: rgb(68,149,249); }
div.DivClassName
{
background-color: #4495F9;
}
.BgClassName
{
background-color: #4495F9;
}
</style>
border-color css
<style>
span { border-color: #4495F9; }
span { border-color: rgb(68,149,249); }
td.TdClassName
{
border-color: #4495F9;
}
.TagClassName
{
border-color: #4495F9;
}
</style>