Shades of Cornflower Blue #69A4F2
Tints of Cornflower Blue #69A4F2
RGB
CMYK
RGB Variations
Color information
#69A4F2 (or 0x69A4F2) is known color: Cornflower Blue. HEX triplet: 69, A4 and F2. RGB value is (105,164,242). Sum of RGB (Red+Green+Blue) = 105+164+242=511 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.55% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #69A4F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A4F2 is #965B0D. Grayscale: #9A9A9A. Windows color (decimal): -9853710 or 15901801. OLE color: 15901801.
HSL color Cylindrical-coordinate representation of color #69A4F2: hue angle of 214.16º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69A4F2 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 164 | 242 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.05 |
| HSL | 214.16º | 0.84% | 0.68% | - |
| HSV(B) | 214.16º | 0.57% | 0.95% | - |
| XYZ | 35.13 | 35.96 | 89.09 | - |
| YUV | 155.25 | 176.95 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 164 | 242 | 0.57 | 0.32 | 0 | 0.05 | 214.16 | 0.84 | 0.68 |
| Hex | 69 | A4 | F2 | 39 | 20 | 0 | 5 | D6 | 54 | 44 |
| Octal | 151 | 244 | 362 | 71 | 40 | 0 | 5 | 326 | 124 | 104 |
| Binary | 1101001 | 10100100 | 11110010 | 111001 | 100000 | 0 | 101 | 11010110 | 1010100 | 1000100 |
Color Harmonies of #69A4F2
Complementary color
Monochromatic Colors of #69A4F2
Black with #69A4F2
Text Example
Text Example
White with #69A4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A4F2; }
p { color: rgb(105,164,242); }
H1.HeaderClassName
{
color: #69A4F2;
}
.AnyTagClassName
{
color: #69A4F2;
}
</style>
background-color css
<style>
a { background-color: #69A4F2; }
a { background-color: rgb(105,164,242); }
div.DivClassName
{
background-color: #69A4F2;
}
.BgClassName
{
background-color: #69A4F2;
}
</style>
border-color css
<style>
span { border-color: #69A4F2; }
span { border-color: rgb(105,164,242); }
td.TdClassName
{
border-color: #69A4F2;
}
.TagClassName
{
border-color: #69A4F2;
}
</style>