Shades of Cornflower Blue #469AED
Tints of Cornflower Blue #469AED
RGB
CMYK
RGB Variations
Color information
#469AED (or 0x469AED) is known color: Cornflower Blue. HEX triplet: 46, 9A and ED. RGB value is (70,154,237). Sum of RGB (Red+Green+Blue) = 70+154+237=461 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.18% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #469AED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469AED is #B96512. Grayscale: #898989. Windows color (decimal): -12150035 or 15571526. OLE color: 15571526.
HSL color Cylindrical-coordinate representation of color #469AED: hue angle of 209.82º degrees, saturation: 0.82, 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 #469AED is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 154 | 237 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.07 |
| HSL | 209.82º | 0.82% | 0.6% | - |
| HSV(B) | 209.82º | 0.7% | 0.93% | - |
| XYZ | 29.37 | 30.53 | 84.47 | - |
| YUV | 138.35 | 183.67 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 237 | 0.70 | 0.35 | 0 | 0.07 | 209.82 | 0.82 | 0.6 |
| Hex | 46 | 9A | ED | 46 | 23 | 0 | 7 | D2 | 52 | 3C |
| Octal | 106 | 232 | 355 | 106 | 43 | 0 | 7 | 322 | 122 | 74 |
| Binary | 1000110 | 10011010 | 11101101 | 1000110 | 100011 | 0 | 111 | 11010010 | 1010010 | 111100 |
Color Harmonies of #469AED
Complementary color
Monochromatic Colors of #469AED
Black with #469AED
Text Example
Text Example
White with #469AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469AED; }
p { color: rgb(70,154,237); }
H1.HeaderClassName
{
color: #469AED;
}
.AnyTagClassName
{
color: #469AED;
}
</style>
background-color css
<style>
a { background-color: #469AED; }
a { background-color: rgb(70,154,237); }
div.DivClassName
{
background-color: #469AED;
}
.BgClassName
{
background-color: #469AED;
}
</style>
border-color css
<style>
span { border-color: #469AED; }
span { border-color: rgb(70,154,237); }
td.TdClassName
{
border-color: #469AED;
}
.TagClassName
{
border-color: #469AED;
}
</style>