Shades of Cornflower Blue #469FFF
Tints of Cornflower Blue #469FFF
RGB
CMYK
RGB Variations
Color information
#469FFF (or 0x469FFF) is known color: Cornflower Blue. HEX triplet: 46, 9F and FF. RGB value is (70,159,255). Sum of RGB (Red+Green+Blue) = 70+159+255=484 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.46% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #469FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469FFF is #B96000. Grayscale: #8E8E8E. Windows color (decimal): -12148737 or 16752454. OLE color: 16752454.
HSL color Cylindrical-coordinate representation of color #469FFF: hue angle of 211.14º 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 #469FFF is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 159 | 255 | - |
| CMYK | 0.73 | 0.38 | 0 | 0 |
| HSL | 211.14º | 1% | 0.64% | - |
| HSV(B) | 211.14º | 0.73% | 1% | - |
| XYZ | 32.97 | 33.32 | 99.3 | - |
| YUV | 143.33 | 191.01 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 255 | 0.73 | 0.38 | 0 | 0 | 211.14 | 1 | 0.64 |
| Hex | 46 | 9F | FF | 49 | 26 | 0 | 0 | D3 | 64 | 40 |
| Octal | 106 | 237 | 377 | 111 | 46 | 0 | 0 | 323 | 144 | 100 |
| Binary | 1000110 | 10011111 | 11111111 | 1001001 | 100110 | 0 | 0 | 11010011 | 1100100 | 1000000 |
Color Harmonies of #469FFF
Complementary color
Monochromatic Colors of #469FFF
Black with #469FFF
Text Example
Text Example
White with #469FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469FFF; }
p { color: rgb(70,159,255); }
H1.HeaderClassName
{
color: #469FFF;
}
.AnyTagClassName
{
color: #469FFF;
}
</style>
background-color css
<style>
a { background-color: #469FFF; }
a { background-color: rgb(70,159,255); }
div.DivClassName
{
background-color: #469FFF;
}
.BgClassName
{
background-color: #469FFF;
}
</style>
border-color css
<style>
span { border-color: #469FFF; }
span { border-color: rgb(70,159,255); }
td.TdClassName
{
border-color: #469FFF;
}
.TagClassName
{
border-color: #469FFF;
}
</style>