Shades of Cornflower Blue #469BEC
Tints of Cornflower Blue #469BEC
RGB
CMYK
RGB Variations
Color information
#469BEC (or 0x469BEC) is known color: Cornflower Blue. HEX triplet: 46, 9B and EC. RGB value is (70,155,236). Sum of RGB (Red+Green+Blue) = 70+155+236=461 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.18% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #469BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469BEC is #B96413. Grayscale: #8A8A8A. Windows color (decimal): -12149780 or 15506246. OLE color: 15506246.
HSL color Cylindrical-coordinate representation of color #469BEC: hue angle of 209.28º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #469BEC is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 155 | 236 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.07 |
| HSL | 209.28º | 0.81% | 0.6% | - |
| HSV(B) | 209.28º | 0.7% | 0.93% | - |
| XYZ | 29.39 | 30.8 | 83.75 | - |
| YUV | 138.82 | 182.84 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 236 | 0.70 | 0.34 | 0 | 0.07 | 209.28 | 0.81 | 0.6 |
| Hex | 46 | 9B | EC | 46 | 22 | 0 | 7 | D1 | 51 | 3C |
| Octal | 106 | 233 | 354 | 106 | 42 | 0 | 7 | 321 | 121 | 74 |
| Binary | 1000110 | 10011011 | 11101100 | 1000110 | 100010 | 0 | 111 | 11010001 | 1010001 | 111100 |
Color Harmonies of #469BEC
Complementary color
Monochromatic Colors of #469BEC
Black with #469BEC
Text Example
Text Example
White with #469BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BEC; }
p { color: rgb(70,155,236); }
H1.HeaderClassName
{
color: #469BEC;
}
.AnyTagClassName
{
color: #469BEC;
}
</style>
background-color css
<style>
a { background-color: #469BEC; }
a { background-color: rgb(70,155,236); }
div.DivClassName
{
background-color: #469BEC;
}
.BgClassName
{
background-color: #469BEC;
}
</style>
border-color css
<style>
span { border-color: #469BEC; }
span { border-color: rgb(70,155,236); }
td.TdClassName
{
border-color: #469BEC;
}
.TagClassName
{
border-color: #469BEC;
}
</style>