Shades of Cornflower Blue #769EFD
Tints of Cornflower Blue #769EFD
RGB
CMYK
RGB Variations
Color information
#769EFD (or 0x769EFD) is known color: Cornflower Blue. HEX triplet: 76, 9E and FD. RGB value is (118,158,253). Sum of RGB (Red+Green+Blue) = 118+158+253=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #769EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769EFD is #896102. Grayscale: #9C9C9C. Windows color (decimal): -9003267 or 16621174. OLE color: 16621174.
HSL color Cylindrical-coordinate representation of color #769EFD: hue angle of 222.22º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #769EFD is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 158 | 253 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.01 |
| HSL | 222.22º | 0.97% | 0.73% | - |
| HSV(B) | 222.22º | 0.53% | 0.99% | - |
| XYZ | 37.43 | 35.4 | 97.79 | - |
| YUV | 156.87 | 182.25 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 253 | 0.53 | 0.38 | 0 | 0.01 | 222.22 | 0.97 | 0.73 |
| Hex | 76 | 9E | FD | 35 | 26 | 0 | 1 | DE | 61 | 49 |
| Octal | 166 | 236 | 375 | 65 | 46 | 0 | 1 | 336 | 141 | 111 |
| Binary | 1110110 | 10011110 | 11111101 | 110101 | 100110 | 0 | 1 | 11011110 | 1100001 | 1001001 |
Color Harmonies of #769EFD
Complementary color
Monochromatic Colors of #769EFD
Black with #769EFD
Text Example
Text Example
White with #769EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769EFD; }
p { color: rgb(118,158,253); }
H1.HeaderClassName
{
color: #769EFD;
}
.AnyTagClassName
{
color: #769EFD;
}
</style>
background-color css
<style>
a { background-color: #769EFD; }
a { background-color: rgb(118,158,253); }
div.DivClassName
{
background-color: #769EFD;
}
.BgClassName
{
background-color: #769EFD;
}
</style>
border-color css
<style>
span { border-color: #769EFD; }
span { border-color: rgb(118,158,253); }
td.TdClassName
{
border-color: #769EFD;
}
.TagClassName
{
border-color: #769EFD;
}
</style>