Shades of Cornflower Blue #758FFF
Tints of Cornflower Blue #758FFF
RGB
CMYK
RGB Variations
Color information
#758FFF (or 0x758FFF) is known color: Cornflower Blue. HEX triplet: 75, 8F and FF. RGB value is (117,143,255). Sum of RGB (Red+Green+Blue) = 117+143+255=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #758FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758FFF is #8A7000. Grayscale: #939393. Windows color (decimal): -9072641 or 16748405. OLE color: 16748405.
HSL color Cylindrical-coordinate representation of color #758FFF: hue angle of 228.7º 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 #758FFF is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 143 | 255 | - |
| CMYK | 0.54 | 0.44 | 0 | 0 |
| HSL | 228.7º | 1% | 0.73% | - |
| HSV(B) | 228.7º | 0.54% | 1% | - |
| XYZ | 35.21 | 30.65 | 98.67 | - |
| YUV | 147.99 | 188.39 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 255 | 0.54 | 0.44 | 0 | 0 | 228.7 | 1 | 0.73 |
| Hex | 75 | 8F | FF | 36 | 2C | 0 | 0 | E5 | 64 | 49 |
| Octal | 165 | 217 | 377 | 66 | 54 | 0 | 0 | 345 | 144 | 111 |
| Binary | 1110101 | 10001111 | 11111111 | 110110 | 101100 | 0 | 0 | 11100101 | 1100100 | 1001001 |
Color Harmonies of #758FFF
Complementary color
Monochromatic Colors of #758FFF
Black with #758FFF
Text Example
Text Example
White with #758FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758FFF; }
p { color: rgb(117,143,255); }
H1.HeaderClassName
{
color: #758FFF;
}
.AnyTagClassName
{
color: #758FFF;
}
</style>
background-color css
<style>
a { background-color: #758FFF; }
a { background-color: rgb(117,143,255); }
div.DivClassName
{
background-color: #758FFF;
}
.BgClassName
{
background-color: #758FFF;
}
</style>
border-color css
<style>
span { border-color: #758FFF; }
span { border-color: rgb(117,143,255); }
td.TdClassName
{
border-color: #758FFF;
}
.TagClassName
{
border-color: #758FFF;
}
</style>