Shades of Cornflower Blue #469DFE
Tints of Cornflower Blue #469DFE
RGB
CMYK
RGB Variations
Color information
#469DFE (or 0x469DFE) is known color: Cornflower Blue. HEX triplet: 46, 9D and FE. RGB value is (70,157,254). Sum of RGB (Red+Green+Blue) = 70+157+254=481 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.55% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #469DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469DFE is #B96201. Grayscale: #8D8D8D. Windows color (decimal): -12149250 or 16686406. OLE color: 16686406.
HSL color Cylindrical-coordinate representation of color #469DFE: hue angle of 211.63º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #469DFE is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 157 | 254 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.00 |
| HSL | 211.63º | 0.99% | 0.64% | - |
| HSV(B) | 211.63º | 0.72% | 1% | - |
| XYZ | 32.47 | 32.57 | 98.34 | - |
| YUV | 142.05 | 191.18 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 254 | 0.72 | 0.38 | 0 | 0.00 | 211.63 | 0.99 | 0.64 |
| Hex | 46 | 9D | FE | 48 | 26 | 0 | 0 | D4 | 63 | 40 |
| Octal | 106 | 235 | 376 | 110 | 46 | 0 | 0 | 324 | 143 | 100 |
| Binary | 1000110 | 10011101 | 11111110 | 1001000 | 100110 | 0 | 0 | 11010100 | 1100011 | 1000000 |
Color Harmonies of #469DFE
Complementary color
Monochromatic Colors of #469DFE
Black with #469DFE
Text Example
Text Example
White with #469DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469DFE; }
p { color: rgb(70,157,254); }
H1.HeaderClassName
{
color: #469DFE;
}
.AnyTagClassName
{
color: #469DFE;
}
</style>
background-color css
<style>
a { background-color: #469DFE; }
a { background-color: rgb(70,157,254); }
div.DivClassName
{
background-color: #469DFE;
}
.BgClassName
{
background-color: #469DFE;
}
</style>
border-color css
<style>
span { border-color: #469DFE; }
span { border-color: rgb(70,157,254); }
td.TdClassName
{
border-color: #469DFE;
}
.TagClassName
{
border-color: #469DFE;
}
</style>