Shades of Cornflower Blue #4294EB
Tints of Cornflower Blue #4294EB
RGB
CMYK
RGB Variations
Color information
#4294EB (or 0x4294EB) is known color: Cornflower Blue. HEX triplet: 42, 94 and EB. RGB value is (66,148,235). Sum of RGB (Red+Green+Blue) = 66+148+235=449 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.70% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #4294EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4294EB is #BD6B14. Grayscale: #848484. Windows color (decimal): -12413717 or 15438914. OLE color: 15438914.
HSL color Cylindrical-coordinate representation of color #4294EB: hue angle of 210.89º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4294EB is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 148 | 235 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.08 |
| HSL | 210.89º | 0.81% | 0.59% | - |
| HSV(B) | 210.89º | 0.72% | 0.92% | - |
| XYZ | 27.83 | 28.34 | 82.6 | - |
| YUV | 133.4 | 185.33 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 235 | 0.72 | 0.37 | 0 | 0.08 | 210.89 | 0.81 | 0.59 |
| Hex | 42 | 94 | EB | 48 | 25 | 0 | 8 | D3 | 51 | 3B |
| Octal | 102 | 224 | 353 | 110 | 45 | 0 | 10 | 323 | 121 | 73 |
| Binary | 1000010 | 10010100 | 11101011 | 1001000 | 100101 | 0 | 1000 | 11010011 | 1010001 | 111011 |
Color Harmonies of #4294EB
Complementary color
Monochromatic Colors of #4294EB
Black with #4294EB
Text Example
Text Example
White with #4294EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4294EB; }
p { color: rgb(66,148,235); }
H1.HeaderClassName
{
color: #4294EB;
}
.AnyTagClassName
{
color: #4294EB;
}
</style>
background-color css
<style>
a { background-color: #4294EB; }
a { background-color: rgb(66,148,235); }
div.DivClassName
{
background-color: #4294EB;
}
.BgClassName
{
background-color: #4294EB;
}
</style>
border-color css
<style>
span { border-color: #4294EB; }
span { border-color: rgb(66,148,235); }
td.TdClassName
{
border-color: #4294EB;
}
.TagClassName
{
border-color: #4294EB;
}
</style>