Shades of Cornflower Blue #4292F6
Tints of Cornflower Blue #4292F6
RGB
CMYK
RGB Variations
Color information
#4292F6 (or 0x4292F6) is known color: Cornflower Blue. HEX triplet: 42, 92 and F6. RGB value is (66,146,246). Sum of RGB (Red+Green+Blue) = 66+146+246=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #4292F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4292F6 is #BD6D09. Grayscale: #858585. Windows color (decimal): -12414218 or 16159298. OLE color: 16159298.
HSL color Cylindrical-coordinate representation of color #4292F6: hue angle of 213.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4292F6 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 146 | 246 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.04 |
| HSL | 213.33º | 0.91% | 0.61% | - |
| HSV(B) | 213.33º | 0.73% | 0.96% | - |
| XYZ | 29.16 | 28.37 | 91.13 | - |
| YUV | 133.48 | 191.5 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 246 | 0.73 | 0.41 | 0 | 0.04 | 213.33 | 0.91 | 0.61 |
| Hex | 42 | 92 | F6 | 49 | 29 | 0 | 4 | D5 | 5B | 3D |
| Octal | 102 | 222 | 366 | 111 | 51 | 0 | 4 | 325 | 133 | 75 |
| Binary | 1000010 | 10010010 | 11110110 | 1001001 | 101001 | 0 | 100 | 11010101 | 1011011 | 111101 |
Color Harmonies of #4292F6
Complementary color
Monochromatic Colors of #4292F6
Black with #4292F6
Text Example
Text Example
White with #4292F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4292F6; }
p { color: rgb(66,146,246); }
H1.HeaderClassName
{
color: #4292F6;
}
.AnyTagClassName
{
color: #4292F6;
}
</style>
background-color css
<style>
a { background-color: #4292F6; }
a { background-color: rgb(66,146,246); }
div.DivClassName
{
background-color: #4292F6;
}
.BgClassName
{
background-color: #4292F6;
}
</style>
border-color css
<style>
span { border-color: #4292F6; }
span { border-color: rgb(66,146,246); }
td.TdClassName
{
border-color: #4292F6;
}
.TagClassName
{
border-color: #4292F6;
}
</style>