Shades of Cornflower Blue #769DF1
Tints of Cornflower Blue #769DF1
RGB
CMYK
RGB Variations
Color information
#769DF1 (or 0x769DF1) is known color: Cornflower Blue. HEX triplet: 76, 9D and F1. RGB value is (118,157,241). Sum of RGB (Red+Green+Blue) = 118+157+241=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #769DF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769DF1 is #89620E. Grayscale: #9A9A9A. Windows color (decimal): -9003535 or 15834486. OLE color: 15834486.
HSL color Cylindrical-coordinate representation of color #769DF1: hue angle of 220.98º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #769DF1 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 157 | 241 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.05 |
| HSL | 220.98º | 0.81% | 0.7% | - |
| HSV(B) | 220.98º | 0.51% | 0.95% | - |
| XYZ | 35.41 | 34.32 | 87.98 | - |
| YUV | 154.92 | 176.58 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 241 | 0.51 | 0.35 | 0 | 0.05 | 220.98 | 0.81 | 0.7 |
| Hex | 76 | 9D | F1 | 33 | 23 | 0 | 5 | DD | 51 | 46 |
| Octal | 166 | 235 | 361 | 63 | 43 | 0 | 5 | 335 | 121 | 106 |
| Binary | 1110110 | 10011101 | 11110001 | 110011 | 100011 | 0 | 101 | 11011101 | 1010001 | 1000110 |
Color Harmonies of #769DF1
Complementary color
Monochromatic Colors of #769DF1
Black with #769DF1
Text Example
Text Example
White with #769DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769DF1; }
p { color: rgb(118,157,241); }
H1.HeaderClassName
{
color: #769DF1;
}
.AnyTagClassName
{
color: #769DF1;
}
</style>
background-color css
<style>
a { background-color: #769DF1; }
a { background-color: rgb(118,157,241); }
div.DivClassName
{
background-color: #769DF1;
}
.BgClassName
{
background-color: #769DF1;
}
</style>
border-color css
<style>
span { border-color: #769DF1; }
span { border-color: rgb(118,157,241); }
td.TdClassName
{
border-color: #769DF1;
}
.TagClassName
{
border-color: #769DF1;
}
</style>