Shades of Cornflower Blue #759CFF
Tints of Cornflower Blue #759CFF
RGB
CMYK
RGB Variations
Color information
#759CFF (or 0x759CFF) is known color: Cornflower Blue. HEX triplet: 75, 9C and FF. RGB value is (117,156,255). Sum of RGB (Red+Green+Blue) = 117+156+255=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #759CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759CFF is #8A6300. Grayscale: #9B9B9B. Windows color (decimal): -9069313 or 16751733. OLE color: 16751733.
HSL color Cylindrical-coordinate representation of color #759CFF: hue angle of 223.04º 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 #759CFF is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 156 | 255 | - |
| CMYK | 0.54 | 0.39 | 0 | 0 |
| HSL | 223.04º | 1% | 0.73% | - |
| HSV(B) | 223.04º | 0.54% | 1% | - |
| XYZ | 37.27 | 34.78 | 99.36 | - |
| YUV | 155.63 | 184.08 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 255 | 0.54 | 0.39 | 0 | 0 | 223.04 | 1 | 0.73 |
| Hex | 75 | 9C | FF | 36 | 27 | 0 | 0 | DF | 64 | 49 |
| Octal | 165 | 234 | 377 | 66 | 47 | 0 | 0 | 337 | 144 | 111 |
| Binary | 1110101 | 10011100 | 11111111 | 110110 | 100111 | 0 | 0 | 11011111 | 1100100 | 1001001 |
Color Harmonies of #759CFF
Complementary color
Monochromatic Colors of #759CFF
Black with #759CFF
Text Example
Text Example
White with #759CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CFF; }
p { color: rgb(117,156,255); }
H1.HeaderClassName
{
color: #759CFF;
}
.AnyTagClassName
{
color: #759CFF;
}
</style>
background-color css
<style>
a { background-color: #759CFF; }
a { background-color: rgb(117,156,255); }
div.DivClassName
{
background-color: #759CFF;
}
.BgClassName
{
background-color: #759CFF;
}
</style>
border-color css
<style>
span { border-color: #759CFF; }
span { border-color: rgb(117,156,255); }
td.TdClassName
{
border-color: #759CFF;
}
.TagClassName
{
border-color: #759CFF;
}
</style>