Shades of Cornflower Blue #4296EF
Tints of Cornflower Blue #4296EF
RGB
CMYK
RGB Variations
Color information
#4296EF (or 0x4296EF) is known color: Cornflower Blue. HEX triplet: 42, 96 and EF. RGB value is (66,150,239). Sum of RGB (Red+Green+Blue) = 66+150+239=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #4296EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4296EF is #BD6910. Grayscale: #868686. Windows color (decimal): -12413201 or 15701570. OLE color: 15701570.
HSL color Cylindrical-coordinate representation of color #4296EF: hue angle of 210.87º 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 #4296EF is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 150 | 239 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.06 |
| HSL | 210.87º | 0.84% | 0.6% | - |
| HSV(B) | 210.87º | 0.72% | 0.94% | - |
| XYZ | 28.73 | 29.2 | 85.78 | - |
| YUV | 135.03 | 186.67 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 150 | 239 | 0.72 | 0.37 | 0 | 0.06 | 210.87 | 0.84 | 0.6 |
| Hex | 42 | 96 | EF | 48 | 25 | 0 | 6 | D3 | 54 | 3C |
| Octal | 102 | 226 | 357 | 110 | 45 | 0 | 6 | 323 | 124 | 74 |
| Binary | 1000010 | 10010110 | 11101111 | 1001000 | 100101 | 0 | 110 | 11010011 | 1010100 | 111100 |
Color Harmonies of #4296EF
Complementary color
Monochromatic Colors of #4296EF
Black with #4296EF
Text Example
Text Example
White with #4296EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4296EF; }
p { color: rgb(66,150,239); }
H1.HeaderClassName
{
color: #4296EF;
}
.AnyTagClassName
{
color: #4296EF;
}
</style>
background-color css
<style>
a { background-color: #4296EF; }
a { background-color: rgb(66,150,239); }
div.DivClassName
{
background-color: #4296EF;
}
.BgClassName
{
background-color: #4296EF;
}
</style>
border-color css
<style>
span { border-color: #4296EF; }
span { border-color: rgb(66,150,239); }
td.TdClassName
{
border-color: #4296EF;
}
.TagClassName
{
border-color: #4296EF;
}
</style>