Shades of Cornflower Blue #69A0EE
Tints of Cornflower Blue #69A0EE
RGB
CMYK
RGB Variations
Color information
#69A0EE (or 0x69A0EE) is known color: Cornflower Blue. HEX triplet: 69, A0 and EE. RGB value is (105,160,238). Sum of RGB (Red+Green+Blue) = 105+160+238=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #69A0EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A0EE is #965F11. Grayscale: #989898. Windows color (decimal): -9854738 or 15638633. OLE color: 15638633.
HSL color Cylindrical-coordinate representation of color #69A0EE: hue angle of 215.19º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69A0EE is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 160 | 238 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.07 |
| HSL | 215.19º | 0.8% | 0.67% | - |
| HSV(B) | 215.19º | 0.56% | 0.93% | - |
| XYZ | 33.83 | 34.32 | 85.73 | - |
| YUV | 152.45 | 176.28 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 160 | 238 | 0.56 | 0.33 | 0 | 0.07 | 215.19 | 0.8 | 0.67 |
| Hex | 69 | A0 | EE | 38 | 21 | 0 | 7 | D7 | 50 | 43 |
| Octal | 151 | 240 | 356 | 70 | 41 | 0 | 7 | 327 | 120 | 103 |
| Binary | 1101001 | 10100000 | 11101110 | 111000 | 100001 | 0 | 111 | 11010111 | 1010000 | 1000011 |
Color Harmonies of #69A0EE
Complementary color
Monochromatic Colors of #69A0EE
Black with #69A0EE
Text Example
Text Example
White with #69A0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A0EE; }
p { color: rgb(105,160,238); }
H1.HeaderClassName
{
color: #69A0EE;
}
.AnyTagClassName
{
color: #69A0EE;
}
</style>
background-color css
<style>
a { background-color: #69A0EE; }
a { background-color: rgb(105,160,238); }
div.DivClassName
{
background-color: #69A0EE;
}
.BgClassName
{
background-color: #69A0EE;
}
</style>
border-color css
<style>
span { border-color: #69A0EE; }
span { border-color: rgb(105,160,238); }
td.TdClassName
{
border-color: #69A0EE;
}
.TagClassName
{
border-color: #69A0EE;
}
</style>