Shades of Cornflower Blue #759EFE
Tints of Cornflower Blue #759EFE
RGB
CMYK
RGB Variations
Color information
#759EFE (or 0x759EFE) is known color: Cornflower Blue. HEX triplet: 75, 9E and FE. RGB value is (117,158,254). Sum of RGB (Red+Green+Blue) = 117+158+254=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #759EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759EFE is #8A6101. Grayscale: #9C9C9C. Windows color (decimal): -9068802 or 16686709. OLE color: 16686709.
HSL color Cylindrical-coordinate representation of color #759EFE: hue angle of 222.04º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #759EFE is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 158 | 254 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.00 |
| HSL | 222.04º | 0.99% | 0.73% | - |
| HSV(B) | 222.04º | 0.54% | 1% | - |
| XYZ | 37.45 | 35.39 | 98.62 | - |
| YUV | 156.69 | 182.92 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 254 | 0.54 | 0.38 | 0 | 0.00 | 222.04 | 0.99 | 0.73 |
| Hex | 75 | 9E | FE | 36 | 26 | 0 | 0 | DE | 63 | 49 |
| Octal | 165 | 236 | 376 | 66 | 46 | 0 | 0 | 336 | 143 | 111 |
| Binary | 1110101 | 10011110 | 11111110 | 110110 | 100110 | 0 | 0 | 11011110 | 1100011 | 1001001 |
Color Harmonies of #759EFE
Complementary color
Monochromatic Colors of #759EFE
Black with #759EFE
Text Example
Text Example
White with #759EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759EFE; }
p { color: rgb(117,158,254); }
H1.HeaderClassName
{
color: #759EFE;
}
.AnyTagClassName
{
color: #759EFE;
}
</style>
background-color css
<style>
a { background-color: #759EFE; }
a { background-color: rgb(117,158,254); }
div.DivClassName
{
background-color: #759EFE;
}
.BgClassName
{
background-color: #759EFE;
}
</style>
border-color css
<style>
span { border-color: #759EFE; }
span { border-color: rgb(117,158,254); }
td.TdClassName
{
border-color: #759EFE;
}
.TagClassName
{
border-color: #759EFE;
}
</style>