Shades of Cornflower Blue #69A2E8
Tints of Cornflower Blue #69A2E8
RGB
CMYK
RGB Variations
Color information
#69A2E8 (or 0x69A2E8) is known color: Cornflower Blue. HEX triplet: 69, A2 and E8. RGB value is (105,162,232). Sum of RGB (Red+Green+Blue) = 105+162+232=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #69A2E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A2E8 is #965D17. Grayscale: #989898. Windows color (decimal): -9854232 or 15245929. OLE color: 15245929.
HSL color Cylindrical-coordinate representation of color #69A2E8: hue angle of 213.07º degrees, saturation: 0.73, 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 #69A2E8 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 162 | 232 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.09 |
| HSL | 213.07º | 0.73% | 0.66% | - |
| HSV(B) | 213.07º | 0.55% | 0.91% | - |
| XYZ | 33.31 | 34.67 | 81.28 | - |
| YUV | 152.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 162 | 232 | 0.55 | 0.30 | 0 | 0.09 | 213.07 | 0.73 | 0.66 |
| Hex | 69 | A2 | E8 | 37 | 1E | 0 | 9 | D5 | 49 | 42 |
| Octal | 151 | 242 | 350 | 67 | 36 | 0 | 11 | 325 | 111 | 102 |
| Binary | 1101001 | 10100010 | 11101000 | 110111 | 11110 | 0 | 1001 | 11010101 | 1001001 | 1000010 |
Color Harmonies of #69A2E8
Complementary color
Monochromatic Colors of #69A2E8
Black with #69A2E8
Text Example
Text Example
White with #69A2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A2E8; }
p { color: rgb(105,162,232); }
H1.HeaderClassName
{
color: #69A2E8;
}
.AnyTagClassName
{
color: #69A2E8;
}
</style>
background-color css
<style>
a { background-color: #69A2E8; }
a { background-color: rgb(105,162,232); }
div.DivClassName
{
background-color: #69A2E8;
}
.BgClassName
{
background-color: #69A2E8;
}
</style>
border-color css
<style>
span { border-color: #69A2E8; }
span { border-color: rgb(105,162,232); }
td.TdClassName
{
border-color: #69A2E8;
}
.TagClassName
{
border-color: #69A2E8;
}
</style>