Shades of Cornflower Blue #75A8FE
Tints of Cornflower Blue #75A8FE
RGB
CMYK
RGB Variations
Color information
#75A8FE (or 0x75A8FE) is known color: Cornflower Blue. HEX triplet: 75, A8 and FE. RGB value is (117,168,254). Sum of RGB (Red+Green+Blue) = 117+168+254=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #75A8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A8FE is #8A5701. Grayscale: #A2A2A2. Windows color (decimal): -9066242 or 16689269. OLE color: 16689269.
HSL color Cylindrical-coordinate representation of color #75A8FE: hue angle of 217.66º 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 #75A8FE is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 168 | 254 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.00 |
| HSL | 217.66º | 0.99% | 0.73% | - |
| HSV(B) | 217.66º | 0.54% | 1% | - |
| XYZ | 39.23 | 38.94 | 99.22 | - |
| YUV | 162.56 | 179.6 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 254 | 0.54 | 0.34 | 0 | 0.00 | 217.66 | 0.99 | 0.73 |
| Hex | 75 | A8 | FE | 36 | 22 | 0 | 0 | DA | 63 | 49 |
| Octal | 165 | 250 | 376 | 66 | 42 | 0 | 0 | 332 | 143 | 111 |
| Binary | 1110101 | 10101000 | 11111110 | 110110 | 100010 | 0 | 0 | 11011010 | 1100011 | 1001001 |
Color Harmonies of #75A8FE
Complementary color
Monochromatic Colors of #75A8FE
Black with #75A8FE
Text Example
Text Example
White with #75A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A8FE; }
p { color: rgb(117,168,254); }
H1.HeaderClassName
{
color: #75A8FE;
}
.AnyTagClassName
{
color: #75A8FE;
}
</style>
background-color css
<style>
a { background-color: #75A8FE; }
a { background-color: rgb(117,168,254); }
div.DivClassName
{
background-color: #75A8FE;
}
.BgClassName
{
background-color: #75A8FE;
}
</style>
border-color css
<style>
span { border-color: #75A8FE; }
span { border-color: rgb(117,168,254); }
td.TdClassName
{
border-color: #75A8FE;
}
.TagClassName
{
border-color: #75A8FE;
}
</style>