Shades of Cornflower Blue #469DFF
Tints of Cornflower Blue #469DFF
RGB
CMYK
RGB Variations
Color information
#469DFF (or 0x469DFF) is known color: Cornflower Blue. HEX triplet: 46, 9D and FF. RGB value is (70,157,255). Sum of RGB (Red+Green+Blue) = 70+157+255=482 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.52% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #469DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469DFF is #B96200. Grayscale: #8D8D8D. Windows color (decimal): -12149249 or 16751942. OLE color: 16751942.
HSL color Cylindrical-coordinate representation of color #469DFF: hue angle of 211.78º 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 #469DFF is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 157 | 255 | - |
| CMYK | 0.73 | 0.38 | 0 | 0 |
| HSL | 211.78º | 1% | 0.64% | - |
| HSV(B) | 211.78º | 0.73% | 1% | - |
| XYZ | 32.63 | 32.64 | 99.19 | - |
| YUV | 142.16 | 191.68 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 255 | 0.73 | 0.38 | 0 | 0 | 211.78 | 1 | 0.64 |
| Hex | 46 | 9D | FF | 49 | 26 | 0 | 0 | D4 | 64 | 40 |
| Octal | 106 | 235 | 377 | 111 | 46 | 0 | 0 | 324 | 144 | 100 |
| Binary | 1000110 | 10011101 | 11111111 | 1001001 | 100110 | 0 | 0 | 11010100 | 1100100 | 1000000 |
Color Harmonies of #469DFF
Complementary color
Monochromatic Colors of #469DFF
Black with #469DFF
Text Example
Text Example
White with #469DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469DFF; }
p { color: rgb(70,157,255); }
H1.HeaderClassName
{
color: #469DFF;
}
.AnyTagClassName
{
color: #469DFF;
}
</style>
background-color css
<style>
a { background-color: #469DFF; }
a { background-color: rgb(70,157,255); }
div.DivClassName
{
background-color: #469DFF;
}
.BgClassName
{
background-color: #469DFF;
}
</style>
border-color css
<style>
span { border-color: #469DFF; }
span { border-color: rgb(70,157,255); }
td.TdClassName
{
border-color: #469DFF;
}
.TagClassName
{
border-color: #469DFF;
}
</style>