Shades of Cornflower Blue #769EF2
Tints of Cornflower Blue #769EF2
RGB
CMYK
RGB Variations
Color information
#769EF2 (or 0x769EF2) is known color: Cornflower Blue. HEX triplet: 76, 9E and F2. RGB value is (118,158,242). Sum of RGB (Red+Green+Blue) = 118+158+242=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #769EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769EF2 is #89610D. Grayscale: #9B9B9B. Windows color (decimal): -9003278 or 15900278. OLE color: 15900278.
HSL color Cylindrical-coordinate representation of color #769EF2: hue angle of 220.65º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #769EF2 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 158 | 242 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.05 |
| HSL | 220.65º | 0.83% | 0.71% | - |
| HSV(B) | 220.65º | 0.51% | 0.95% | - |
| XYZ | 35.73 | 34.72 | 88.82 | - |
| YUV | 155.62 | 176.75 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 242 | 0.51 | 0.35 | 0 | 0.05 | 220.65 | 0.83 | 0.71 |
| Hex | 76 | 9E | F2 | 33 | 23 | 0 | 5 | DD | 53 | 47 |
| Octal | 166 | 236 | 362 | 63 | 43 | 0 | 5 | 335 | 123 | 107 |
| Binary | 1110110 | 10011110 | 11110010 | 110011 | 100011 | 0 | 101 | 11011101 | 1010011 | 1000111 |
Color Harmonies of #769EF2
Complementary color
Monochromatic Colors of #769EF2
Black with #769EF2
Text Example
Text Example
White with #769EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769EF2; }
p { color: rgb(118,158,242); }
H1.HeaderClassName
{
color: #769EF2;
}
.AnyTagClassName
{
color: #769EF2;
}
</style>
background-color css
<style>
a { background-color: #769EF2; }
a { background-color: rgb(118,158,242); }
div.DivClassName
{
background-color: #769EF2;
}
.BgClassName
{
background-color: #769EF2;
}
</style>
border-color css
<style>
span { border-color: #769EF2; }
span { border-color: rgb(118,158,242); }
td.TdClassName
{
border-color: #769EF2;
}
.TagClassName
{
border-color: #769EF2;
}
</style>