Shades of Cornflower Blue #758AFF
Tints of Cornflower Blue #758AFF
RGB
CMYK
RGB Variations
Color information
#758AFF (or 0x758AFF) is known color: Cornflower Blue. HEX triplet: 75, 8A and FF. RGB value is (117,138,255). Sum of RGB (Red+Green+Blue) = 117+138+255=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #758AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758AFF is #8A7500. Grayscale: #909090. Windows color (decimal): -9073921 or 16747125. OLE color: 16747125.
HSL color Cylindrical-coordinate representation of color #758AFF: hue angle of 230.87º 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 #758AFF is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 138 | 255 | - |
| CMYK | 0.54 | 0.46 | 0 | 0 |
| HSL | 230.87º | 1% | 0.73% | - |
| HSV(B) | 230.87º | 0.54% | 1% | - |
| XYZ | 34.47 | 29.18 | 98.42 | - |
| YUV | 145.06 | 190.04 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 255 | 0.54 | 0.46 | 0 | 0 | 230.87 | 1 | 0.73 |
| Hex | 75 | 8A | FF | 36 | 2E | 0 | 0 | E7 | 64 | 49 |
| Octal | 165 | 212 | 377 | 66 | 56 | 0 | 0 | 347 | 144 | 111 |
| Binary | 1110101 | 10001010 | 11111111 | 110110 | 101110 | 0 | 0 | 11100111 | 1100100 | 1001001 |
Color Harmonies of #758AFF
Complementary color
Monochromatic Colors of #758AFF
Black with #758AFF
Text Example
Text Example
White with #758AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758AFF; }
p { color: rgb(117,138,255); }
H1.HeaderClassName
{
color: #758AFF;
}
.AnyTagClassName
{
color: #758AFF;
}
</style>
background-color css
<style>
a { background-color: #758AFF; }
a { background-color: rgb(117,138,255); }
div.DivClassName
{
background-color: #758AFF;
}
.BgClassName
{
background-color: #758AFF;
}
</style>
border-color css
<style>
span { border-color: #758AFF; }
span { border-color: rgb(117,138,255); }
td.TdClassName
{
border-color: #758AFF;
}
.TagClassName
{
border-color: #758AFF;
}
</style>