Shades of Cornflower Blue #4495EF
Tints of Cornflower Blue #4495EF
RGB
CMYK
RGB Variations
Color information
#4495EF (or 0x4495EF) is known color: Cornflower Blue. HEX triplet: 44, 95 and EF. RGB value is (68,149,239). Sum of RGB (Red+Green+Blue) = 68+149+239=456 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.91% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #4495EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4495EF is #BB6A10. Grayscale: #868686. Windows color (decimal): -12282385 or 15701316. OLE color: 15701316.
HSL color Cylindrical-coordinate representation of color #4495EF: hue angle of 211.58º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4495EF is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 149 | 239 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.06 |
| HSL | 211.58º | 0.84% | 0.6% | - |
| HSV(B) | 211.58º | 0.72% | 0.94% | - |
| XYZ | 28.71 | 28.96 | 85.74 | - |
| YUV | 135.04 | 186.66 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 239 | 0.72 | 0.38 | 0 | 0.06 | 211.58 | 0.84 | 0.6 |
| Hex | 44 | 95 | EF | 48 | 26 | 0 | 6 | D4 | 54 | 3C |
| Octal | 104 | 225 | 357 | 110 | 46 | 0 | 6 | 324 | 124 | 74 |
| Binary | 1000100 | 10010101 | 11101111 | 1001000 | 100110 | 0 | 110 | 11010100 | 1010100 | 111100 |
Color Harmonies of #4495EF
Complementary color
Monochromatic Colors of #4495EF
Black with #4495EF
Text Example
Text Example
White with #4495EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4495EF; }
p { color: rgb(68,149,239); }
H1.HeaderClassName
{
color: #4495EF;
}
.AnyTagClassName
{
color: #4495EF;
}
</style>
background-color css
<style>
a { background-color: #4495EF; }
a { background-color: rgb(68,149,239); }
div.DivClassName
{
background-color: #4495EF;
}
.BgClassName
{
background-color: #4495EF;
}
</style>
border-color css
<style>
span { border-color: #4495EF; }
span { border-color: rgb(68,149,239); }
td.TdClassName
{
border-color: #4495EF;
}
.TagClassName
{
border-color: #4495EF;
}
</style>