Shades of Cornflower Blue #768FF4
Tints of Cornflower Blue #768FF4
RGB
CMYK
RGB Variations
Color information
#768FF4 (or 0x768FF4) is known color: Cornflower Blue. HEX triplet: 76, 8F and F4. RGB value is (118,143,244). Sum of RGB (Red+Green+Blue) = 118+143+244=505 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.37% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #768FF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768FF4 is #89700B. Grayscale: #929292. Windows color (decimal): -9007116 or 16027510. OLE color: 16027510.
HSL color Cylindrical-coordinate representation of color #768FF4: hue angle of 228.1º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #768FF4 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 143 | 244 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.04 |
| HSL | 228.1º | 0.85% | 0.71% | - |
| HSV(B) | 228.1º | 0.52% | 0.96% | - |
| XYZ | 33.62 | 30.03 | 89.61 | - |
| YUV | 147.04 | 182.72 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 244 | 0.52 | 0.41 | 0 | 0.04 | 228.1 | 0.85 | 0.71 |
| Hex | 76 | 8F | F4 | 34 | 29 | 0 | 4 | E4 | 55 | 47 |
| Octal | 166 | 217 | 364 | 64 | 51 | 0 | 4 | 344 | 125 | 107 |
| Binary | 1110110 | 10001111 | 11110100 | 110100 | 101001 | 0 | 100 | 11100100 | 1010101 | 1000111 |
Color Harmonies of #768FF4
Complementary color
Monochromatic Colors of #768FF4
Black with #768FF4
Text Example
Text Example
White with #768FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FF4; }
p { color: rgb(118,143,244); }
H1.HeaderClassName
{
color: #768FF4;
}
.AnyTagClassName
{
color: #768FF4;
}
</style>
background-color css
<style>
a { background-color: #768FF4; }
a { background-color: rgb(118,143,244); }
div.DivClassName
{
background-color: #768FF4;
}
.BgClassName
{
background-color: #768FF4;
}
</style>
border-color css
<style>
span { border-color: #768FF4; }
span { border-color: rgb(118,143,244); }
td.TdClassName
{
border-color: #768FF4;
}
.TagClassName
{
border-color: #768FF4;
}
</style>