Shades of Cornflower Blue #4091EF
Tints of Cornflower Blue #4091EF
RGB
CMYK
RGB Variations
Color information
#4091EF (or 0x4091EF) is known color: Cornflower Blue. HEX triplet: 40, 91 and EF. RGB value is (64,145,239). Sum of RGB (Red+Green+Blue) = 64+145+239=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 145 (57.03% from 255 or 32.37% 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 #4091EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4091EF is #BF6E10. Grayscale: #838383. Windows color (decimal): -12545553 or 15700288. OLE color: 15700288.
HSL color Cylindrical-coordinate representation of color #4091EF: hue angle of 212.23º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4091EF is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 145 | 239 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.06 |
| HSL | 212.23º | 0.85% | 0.59% | - |
| HSV(B) | 212.23º | 0.73% | 0.94% | - |
| XYZ | 27.82 | 27.57 | 85.52 | - |
| YUV | 131.5 | 188.66 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 239 | 0.73 | 0.39 | 0 | 0.06 | 212.23 | 0.85 | 0.59 |
| Hex | 40 | 91 | EF | 49 | 27 | 0 | 6 | D4 | 55 | 3B |
| Octal | 100 | 221 | 357 | 111 | 47 | 0 | 6 | 324 | 125 | 73 |
| Binary | 1000000 | 10010001 | 11101111 | 1001001 | 100111 | 0 | 110 | 11010100 | 1010101 | 111011 |
Color Harmonies of #4091EF
Complementary color
Monochromatic Colors of #4091EF
Black with #4091EF
Text Example
Text Example
White with #4091EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4091EF; }
p { color: rgb(64,145,239); }
H1.HeaderClassName
{
color: #4091EF;
}
.AnyTagClassName
{
color: #4091EF;
}
</style>
background-color css
<style>
a { background-color: #4091EF; }
a { background-color: rgb(64,145,239); }
div.DivClassName
{
background-color: #4091EF;
}
.BgClassName
{
background-color: #4091EF;
}
</style>
border-color css
<style>
span { border-color: #4091EF; }
span { border-color: rgb(64,145,239); }
td.TdClassName
{
border-color: #4091EF;
}
.TagClassName
{
border-color: #4091EF;
}
</style>