Shades of Cornflower Blue #69A4FA
Tints of Cornflower Blue #69A4FA
RGB
CMYK
RGB Variations
Color information
#69A4FA (or 0x69A4FA) is known color: Cornflower Blue. HEX triplet: 69, A4 and FA. RGB value is (105,164,250). Sum of RGB (Red+Green+Blue) = 105+164+250=519 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.23% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #69A4FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A4FA is #965B05. Grayscale: #9B9B9B. Windows color (decimal): -9853702 or 16426089. OLE color: 16426089.
HSL color Cylindrical-coordinate representation of color #69A4FA: hue angle of 215.59º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69A4FA is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 164 | 250 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.02 |
| HSL | 215.59º | 0.94% | 0.7% | - |
| HSV(B) | 215.59º | 0.58% | 0.98% | - |
| XYZ | 36.36 | 36.46 | 95.56 | - |
| YUV | 156.16 | 180.95 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 164 | 250 | 0.58 | 0.34 | 0 | 0.02 | 215.59 | 0.94 | 0.7 |
| Hex | 69 | A4 | FA | 3A | 22 | 0 | 2 | D8 | 5E | 46 |
| Octal | 151 | 244 | 372 | 72 | 42 | 0 | 2 | 330 | 136 | 106 |
| Binary | 1101001 | 10100100 | 11111010 | 111010 | 100010 | 0 | 10 | 11011000 | 1011110 | 1000110 |
Color Harmonies of #69A4FA
Complementary color
Monochromatic Colors of #69A4FA
Black with #69A4FA
Text Example
Text Example
White with #69A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A4FA; }
p { color: rgb(105,164,250); }
H1.HeaderClassName
{
color: #69A4FA;
}
.AnyTagClassName
{
color: #69A4FA;
}
</style>
background-color css
<style>
a { background-color: #69A4FA; }
a { background-color: rgb(105,164,250); }
div.DivClassName
{
background-color: #69A4FA;
}
.BgClassName
{
background-color: #69A4FA;
}
</style>
border-color css
<style>
span { border-color: #69A4FA; }
span { border-color: rgb(105,164,250); }
td.TdClassName
{
border-color: #69A4FA;
}
.TagClassName
{
border-color: #69A4FA;
}
</style>