Shades of Cornflower Blue #4190EF
Tints of Cornflower Blue #4190EF
RGB
CMYK
RGB Variations
Color information
#4190EF (or 0x4190EF) is known color: Cornflower Blue. HEX triplet: 41, 90 and EF. RGB value is (65,144,239). Sum of RGB (Red+Green+Blue) = 65+144+239=448 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.51% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #4190EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4190EF is #BE6F10. Grayscale: #828282. Windows color (decimal): -12480273 or 15700033. OLE color: 15700033.
HSL color Cylindrical-coordinate representation of color #4190EF: hue angle of 212.76º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4190EF is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 144 | 239 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.06 |
| HSL | 212.76º | 0.84% | 0.6% | - |
| HSV(B) | 212.76º | 0.73% | 0.94% | - |
| XYZ | 27.73 | 27.3 | 85.47 | - |
| YUV | 131.21 | 188.83 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 239 | 0.73 | 0.40 | 0 | 0.06 | 212.76 | 0.84 | 0.6 |
| Hex | 41 | 90 | EF | 49 | 28 | 0 | 6 | D5 | 54 | 3C |
| Octal | 101 | 220 | 357 | 111 | 50 | 0 | 6 | 325 | 124 | 74 |
| Binary | 1000001 | 10010000 | 11101111 | 1001001 | 101000 | 0 | 110 | 11010101 | 1010100 | 111100 |
Color Harmonies of #4190EF
Complementary color
Monochromatic Colors of #4190EF
Black with #4190EF
Text Example
Text Example
White with #4190EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4190EF; }
p { color: rgb(65,144,239); }
H1.HeaderClassName
{
color: #4190EF;
}
.AnyTagClassName
{
color: #4190EF;
}
</style>
background-color css
<style>
a { background-color: #4190EF; }
a { background-color: rgb(65,144,239); }
div.DivClassName
{
background-color: #4190EF;
}
.BgClassName
{
background-color: #4190EF;
}
</style>
border-color css
<style>
span { border-color: #4190EF; }
span { border-color: rgb(65,144,239); }
td.TdClassName
{
border-color: #4190EF;
}
.TagClassName
{
border-color: #4190EF;
}
</style>