Shades of Cornflower Blue #469EF6
Tints of Cornflower Blue #469EF6
RGB
CMYK
RGB Variations
Color information
#469EF6 (or 0x469EF6) is known color: Cornflower Blue. HEX triplet: 46, 9E and F6. RGB value is (70,158,246). Sum of RGB (Red+Green+Blue) = 70+158+246=474 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.77% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #469EF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469EF6 is #B96109. Grayscale: #8D8D8D. Windows color (decimal): -12149002 or 16162374. OLE color: 16162374.
HSL color Cylindrical-coordinate representation of color #469EF6: hue angle of 210º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #469EF6 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 158 | 246 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.04 |
| HSL | 210º | 0.91% | 0.62% | - |
| HSV(B) | 210º | 0.72% | 0.96% | - |
| XYZ | 31.39 | 32.41 | 91.79 | - |
| YUV | 141.72 | 186.85 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 246 | 0.72 | 0.36 | 0 | 0.04 | 210 | 0.91 | 0.62 |
| Hex | 46 | 9E | F6 | 48 | 24 | 0 | 4 | D2 | 5B | 3E |
| Octal | 106 | 236 | 366 | 110 | 44 | 0 | 4 | 322 | 133 | 76 |
| Binary | 1000110 | 10011110 | 11110110 | 1001000 | 100100 | 0 | 100 | 11010010 | 1011011 | 111110 |
Color Harmonies of #469EF6
Complementary color
Monochromatic Colors of #469EF6
Black with #469EF6
Text Example
Text Example
White with #469EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469EF6; }
p { color: rgb(70,158,246); }
H1.HeaderClassName
{
color: #469EF6;
}
.AnyTagClassName
{
color: #469EF6;
}
</style>
background-color css
<style>
a { background-color: #469EF6; }
a { background-color: rgb(70,158,246); }
div.DivClassName
{
background-color: #469EF6;
}
.BgClassName
{
background-color: #469EF6;
}
</style>
border-color css
<style>
span { border-color: #469EF6; }
span { border-color: rgb(70,158,246); }
td.TdClassName
{
border-color: #469EF6;
}
.TagClassName
{
border-color: #469EF6;
}
</style>