Shades of Cornflower Blue #469BED
Tints of Cornflower Blue #469BED
RGB
CMYK
RGB Variations
Color information
#469BED (or 0x469BED) is known color: Cornflower Blue. HEX triplet: 46, 9B and ED. RGB value is (70,155,237). Sum of RGB (Red+Green+Blue) = 70+155+237=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #469BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469BED is #B96412. Grayscale: #8A8A8A. Windows color (decimal): -12149779 or 15571782. OLE color: 15571782.
HSL color Cylindrical-coordinate representation of color #469BED: hue angle of 209.46º 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 #469BED is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 155 | 237 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.07 |
| HSL | 209.46º | 0.82% | 0.6% | - |
| HSV(B) | 209.46º | 0.7% | 0.93% | - |
| XYZ | 29.53 | 30.86 | 84.52 | - |
| YUV | 138.93 | 183.34 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 237 | 0.70 | 0.35 | 0 | 0.07 | 209.46 | 0.82 | 0.6 |
| Hex | 46 | 9B | ED | 46 | 23 | 0 | 7 | D1 | 52 | 3C |
| Octal | 106 | 233 | 355 | 106 | 43 | 0 | 7 | 321 | 122 | 74 |
| Binary | 1000110 | 10011011 | 11101101 | 1000110 | 100011 | 0 | 111 | 11010001 | 1010010 | 111100 |
Color Harmonies of #469BED
Complementary color
Monochromatic Colors of #469BED
Black with #469BED
Text Example
Text Example
White with #469BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BED; }
p { color: rgb(70,155,237); }
H1.HeaderClassName
{
color: #469BED;
}
.AnyTagClassName
{
color: #469BED;
}
</style>
background-color css
<style>
a { background-color: #469BED; }
a { background-color: rgb(70,155,237); }
div.DivClassName
{
background-color: #469BED;
}
.BgClassName
{
background-color: #469BED;
}
</style>
border-color css
<style>
span { border-color: #469BED; }
span { border-color: rgb(70,155,237); }
td.TdClassName
{
border-color: #469BED;
}
.TagClassName
{
border-color: #469BED;
}
</style>