Shades of Cornflower Blue #759DFF
Tints of Cornflower Blue #759DFF
RGB
CMYK
RGB Variations
Color information
#759DFF (or 0x759DFF) is known color: Cornflower Blue. HEX triplet: 75, 9D and FF. RGB value is (117,157,255). Sum of RGB (Red+Green+Blue) = 117+157+255=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #759DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759DFF is #8A6200. Grayscale: #9B9B9B. Windows color (decimal): -9069057 or 16751989. OLE color: 16751989.
HSL color Cylindrical-coordinate representation of color #759DFF: hue angle of 222.61º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #759DFF is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 157 | 255 | - |
| CMYK | 0.54 | 0.38 | 0 | 0 |
| HSL | 222.61º | 1% | 0.73% | - |
| HSV(B) | 222.61º | 0.54% | 1% | - |
| XYZ | 37.44 | 35.12 | 99.41 | - |
| YUV | 156.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 255 | 0.54 | 0.38 | 0 | 0 | 222.61 | 1 | 0.73 |
| Hex | 75 | 9D | FF | 36 | 26 | 0 | 0 | DF | 64 | 49 |
| Octal | 165 | 235 | 377 | 66 | 46 | 0 | 0 | 337 | 144 | 111 |
| Binary | 1110101 | 10011101 | 11111111 | 110110 | 100110 | 0 | 0 | 11011111 | 1100100 | 1001001 |
Color Harmonies of #759DFF
Complementary color
Monochromatic Colors of #759DFF
Black with #759DFF
Text Example
Text Example
White with #759DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759DFF; }
p { color: rgb(117,157,255); }
H1.HeaderClassName
{
color: #759DFF;
}
.AnyTagClassName
{
color: #759DFF;
}
</style>
background-color css
<style>
a { background-color: #759DFF; }
a { background-color: rgb(117,157,255); }
div.DivClassName
{
background-color: #759DFF;
}
.BgClassName
{
background-color: #759DFF;
}
</style>
border-color css
<style>
span { border-color: #759DFF; }
span { border-color: rgb(117,157,255); }
td.TdClassName
{
border-color: #759DFF;
}
.TagClassName
{
border-color: #759DFF;
}
</style>