Shades of Cornflower Blue #758DF6
Tints of Cornflower Blue #758DF6
RGB
CMYK
RGB Variations
Color information
#758DF6 (or 0x758DF6) is known color: Cornflower Blue. HEX triplet: 75, 8D and F6. RGB value is (117,141,246). Sum of RGB (Red+Green+Blue) = 117+141+246=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #758DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758DF6 is #8A7209. Grayscale: #919191. Windows color (decimal): -9073162 or 16158069. OLE color: 16158069.
HSL color Cylindrical-coordinate representation of color #758DF6: hue angle of 228.84º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #758DF6 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 141 | 246 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.04 |
| HSL | 228.84º | 0.88% | 0.71% | - |
| HSV(B) | 228.84º | 0.52% | 0.96% | - |
| XYZ | 33.5 | 29.49 | 91.11 | - |
| YUV | 145.79 | 184.55 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 246 | 0.52 | 0.43 | 0 | 0.04 | 228.84 | 0.88 | 0.71 |
| Hex | 75 | 8D | F6 | 34 | 2B | 0 | 4 | E5 | 58 | 47 |
| Octal | 165 | 215 | 366 | 64 | 53 | 0 | 4 | 345 | 130 | 107 |
| Binary | 1110101 | 10001101 | 11110110 | 110100 | 101011 | 0 | 100 | 11100101 | 1011000 | 1000111 |
Color Harmonies of #758DF6
Complementary color
Monochromatic Colors of #758DF6
Black with #758DF6
Text Example
Text Example
White with #758DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DF6; }
p { color: rgb(117,141,246); }
H1.HeaderClassName
{
color: #758DF6;
}
.AnyTagClassName
{
color: #758DF6;
}
</style>
background-color css
<style>
a { background-color: #758DF6; }
a { background-color: rgb(117,141,246); }
div.DivClassName
{
background-color: #758DF6;
}
.BgClassName
{
background-color: #758DF6;
}
</style>
border-color css
<style>
span { border-color: #758DF6; }
span { border-color: rgb(117,141,246); }
td.TdClassName
{
border-color: #758DF6;
}
.TagClassName
{
border-color: #758DF6;
}
</style>