Shades of Cornflower Blue #4490EA
Tints of Cornflower Blue #4490EA
RGB
CMYK
RGB Variations
Color information
#4490EA (or 0x4490EA) is known color: Cornflower Blue. HEX triplet: 44, 90 and EA. RGB value is (68,144,234). Sum of RGB (Red+Green+Blue) = 68+144+234=446 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.25% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #4490EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4490EA is #BB6F15. Grayscale: #838383. Windows color (decimal): -12283670 or 15372356. OLE color: 15372356.
HSL color Cylindrical-coordinate representation of color #4490EA: hue angle of 212.53º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4490EA is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 144 | 234 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.08 |
| HSL | 212.53º | 0.8% | 0.59% | - |
| HSV(B) | 212.53º | 0.71% | 0.92% | - |
| XYZ | 27.21 | 27.12 | 81.64 | - |
| YUV | 131.54 | 185.82 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 234 | 0.71 | 0.38 | 0 | 0.08 | 212.53 | 0.8 | 0.59 |
| Hex | 44 | 90 | EA | 47 | 26 | 0 | 8 | D5 | 50 | 3B |
| Octal | 104 | 220 | 352 | 107 | 46 | 0 | 10 | 325 | 120 | 73 |
| Binary | 1000100 | 10010000 | 11101010 | 1000111 | 100110 | 0 | 1000 | 11010101 | 1010000 | 111011 |
Color Harmonies of #4490EA
Complementary color
Monochromatic Colors of #4490EA
Black with #4490EA
Text Example
Text Example
White with #4490EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4490EA; }
p { color: rgb(68,144,234); }
H1.HeaderClassName
{
color: #4490EA;
}
.AnyTagClassName
{
color: #4490EA;
}
</style>
background-color css
<style>
a { background-color: #4490EA; }
a { background-color: rgb(68,144,234); }
div.DivClassName
{
background-color: #4490EA;
}
.BgClassName
{
background-color: #4490EA;
}
</style>
border-color css
<style>
span { border-color: #4490EA; }
span { border-color: rgb(68,144,234); }
td.TdClassName
{
border-color: #4490EA;
}
.TagClassName
{
border-color: #4490EA;
}
</style>