Shades of Cornflower Blue #758DF4
Tints of Cornflower Blue #758DF4
RGB
CMYK
RGB Variations
Color information
#758DF4 (or 0x758DF4) is known color: Cornflower Blue. HEX triplet: 75, 8D and F4. RGB value is (117,141,244). Sum of RGB (Red+Green+Blue) = 117+141+244=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #758DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758DF4 is #8A720B. Grayscale: #919191. Windows color (decimal): -9073164 or 16026997. OLE color: 16026997.
HSL color Cylindrical-coordinate representation of color #758DF4: hue angle of 228.66º degrees, saturation: 0.85, 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 #758DF4 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 141 | 244 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.04 |
| HSL | 228.66º | 0.85% | 0.71% | - |
| HSV(B) | 228.66º | 0.52% | 0.96% | - |
| XYZ | 33.19 | 29.36 | 89.51 | - |
| YUV | 145.57 | 183.55 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 244 | 0.52 | 0.42 | 0 | 0.04 | 228.66 | 0.85 | 0.71 |
| Hex | 75 | 8D | F4 | 34 | 2A | 0 | 4 | E5 | 55 | 47 |
| Octal | 165 | 215 | 364 | 64 | 52 | 0 | 4 | 345 | 125 | 107 |
| Binary | 1110101 | 10001101 | 11110100 | 110100 | 101010 | 0 | 100 | 11100101 | 1010101 | 1000111 |
Color Harmonies of #758DF4
Complementary color
Monochromatic Colors of #758DF4
Black with #758DF4
Text Example
Text Example
White with #758DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DF4; }
p { color: rgb(117,141,244); }
H1.HeaderClassName
{
color: #758DF4;
}
.AnyTagClassName
{
color: #758DF4;
}
</style>
background-color css
<style>
a { background-color: #758DF4; }
a { background-color: rgb(117,141,244); }
div.DivClassName
{
background-color: #758DF4;
}
.BgClassName
{
background-color: #758DF4;
}
</style>
border-color css
<style>
span { border-color: #758DF4; }
span { border-color: rgb(117,141,244); }
td.TdClassName
{
border-color: #758DF4;
}
.TagClassName
{
border-color: #758DF4;
}
</style>