Shades of Cornflower Blue #69A2E9
Tints of Cornflower Blue #69A2E9
RGB
CMYK
RGB Variations
Color information
#69A2E9 (or 0x69A2E9) is known color: Cornflower Blue. HEX triplet: 69, A2 and E9. RGB value is (105,162,233). Sum of RGB (Red+Green+Blue) = 105+162+233=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #69A2E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A2E9 is #965D16. Grayscale: #989898. Windows color (decimal): -9854231 or 15311465. OLE color: 15311465.
HSL color Cylindrical-coordinate representation of color #69A2E9: hue angle of 213.28º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69A2E9 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 162 | 233 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.09 |
| HSL | 213.28º | 0.74% | 0.66% | - |
| HSV(B) | 213.28º | 0.55% | 0.91% | - |
| XYZ | 33.45 | 34.73 | 82.03 | - |
| YUV | 153.05 | 173.12 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 162 | 233 | 0.55 | 0.30 | 0 | 0.09 | 213.28 | 0.74 | 0.66 |
| Hex | 69 | A2 | E9 | 37 | 1E | 0 | 9 | D5 | 4A | 42 |
| Octal | 151 | 242 | 351 | 67 | 36 | 0 | 11 | 325 | 112 | 102 |
| Binary | 1101001 | 10100010 | 11101001 | 110111 | 11110 | 0 | 1001 | 11010101 | 1001010 | 1000010 |
Color Harmonies of #69A2E9
Complementary color
Monochromatic Colors of #69A2E9
Black with #69A2E9
Text Example
Text Example
White with #69A2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A2E9; }
p { color: rgb(105,162,233); }
H1.HeaderClassName
{
color: #69A2E9;
}
.AnyTagClassName
{
color: #69A2E9;
}
</style>
background-color css
<style>
a { background-color: #69A2E9; }
a { background-color: rgb(105,162,233); }
div.DivClassName
{
background-color: #69A2E9;
}
.BgClassName
{
background-color: #69A2E9;
}
</style>
border-color css
<style>
span { border-color: #69A2E9; }
span { border-color: rgb(105,162,233); }
td.TdClassName
{
border-color: #69A2E9;
}
.TagClassName
{
border-color: #69A2E9;
}
</style>