Shades of Cornflower Blue #769BFC
Tints of Cornflower Blue #769BFC
RGB
CMYK
RGB Variations
Color information
#769BFC (or 0x769BFC) is known color: Cornflower Blue. HEX triplet: 76, 9B and FC. RGB value is (118,155,252). Sum of RGB (Red+Green+Blue) = 118+155+252=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #769BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769BFC is #896403. Grayscale: #9A9A9A. Windows color (decimal): -9004036 or 16554870. OLE color: 16554870.
HSL color Cylindrical-coordinate representation of color #769BFC: hue angle of 223.43º degrees, saturation: 0.96, 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 #769BFC is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 155 | 252 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.01 |
| HSL | 223.43º | 0.96% | 0.73% | - |
| HSV(B) | 223.43º | 0.53% | 0.99% | - |
| XYZ | 36.76 | 34.32 | 96.78 | - |
| YUV | 155 | 182.74 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 252 | 0.53 | 0.38 | 0 | 0.01 | 223.43 | 0.96 | 0.73 |
| Hex | 76 | 9B | FC | 35 | 26 | 0 | 1 | DF | 60 | 49 |
| Octal | 166 | 233 | 374 | 65 | 46 | 0 | 1 | 337 | 140 | 111 |
| Binary | 1110110 | 10011011 | 11111100 | 110101 | 100110 | 0 | 1 | 11011111 | 1100000 | 1001001 |
Color Harmonies of #769BFC
Complementary color
Monochromatic Colors of #769BFC
Black with #769BFC
Text Example
Text Example
White with #769BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769BFC; }
p { color: rgb(118,155,252); }
H1.HeaderClassName
{
color: #769BFC;
}
.AnyTagClassName
{
color: #769BFC;
}
</style>
background-color css
<style>
a { background-color: #769BFC; }
a { background-color: rgb(118,155,252); }
div.DivClassName
{
background-color: #769BFC;
}
.BgClassName
{
background-color: #769BFC;
}
</style>
border-color css
<style>
span { border-color: #769BFC; }
span { border-color: rgb(118,155,252); }
td.TdClassName
{
border-color: #769BFC;
}
.TagClassName
{
border-color: #769BFC;
}
</style>