Shades of Cornflower Blue #469EFF
Tints of Cornflower Blue #469EFF
RGB
CMYK
RGB Variations
Color information
#469EFF (or 0x469EFF) is known color: Cornflower Blue. HEX triplet: 46, 9E and FF. RGB value is (70,158,255). Sum of RGB (Red+Green+Blue) = 70+158+255=483 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.49% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #469EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469EFF is #B96100. Grayscale: #8E8E8E. Windows color (decimal): -12148993 or 16752198. OLE color: 16752198.
HSL color Cylindrical-coordinate representation of color #469EFF: hue angle of 211.46º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #469EFF is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 158 | 255 | - |
| CMYK | 0.73 | 0.38 | 0 | 0 |
| HSL | 211.46º | 1% | 0.64% | - |
| HSV(B) | 211.46º | 0.73% | 1% | - |
| XYZ | 32.8 | 32.98 | 99.24 | - |
| YUV | 142.75 | 191.35 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 255 | 0.73 | 0.38 | 0 | 0 | 211.46 | 1 | 0.64 |
| Hex | 46 | 9E | FF | 49 | 26 | 0 | 0 | D3 | 64 | 40 |
| Octal | 106 | 236 | 377 | 111 | 46 | 0 | 0 | 323 | 144 | 100 |
| Binary | 1000110 | 10011110 | 11111111 | 1001001 | 100110 | 0 | 0 | 11010011 | 1100100 | 1000000 |
Color Harmonies of #469EFF
Complementary color
Monochromatic Colors of #469EFF
Black with #469EFF
Text Example
Text Example
White with #469EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469EFF; }
p { color: rgb(70,158,255); }
H1.HeaderClassName
{
color: #469EFF;
}
.AnyTagClassName
{
color: #469EFF;
}
</style>
background-color css
<style>
a { background-color: #469EFF; }
a { background-color: rgb(70,158,255); }
div.DivClassName
{
background-color: #469EFF;
}
.BgClassName
{
background-color: #469EFF;
}
</style>
border-color css
<style>
span { border-color: #469EFF; }
span { border-color: rgb(70,158,255); }
td.TdClassName
{
border-color: #469EFF;
}
.TagClassName
{
border-color: #469EFF;
}
</style>