Shades of Cornflower Blue #758DF5
Tints of Cornflower Blue #758DF5
RGB
CMYK
RGB Variations
Color information
#758DF5 (or 0x758DF5) is known color: Cornflower Blue. HEX triplet: 75, 8D and F5. RGB value is (117,141,245). Sum of RGB (Red+Green+Blue) = 117+141+245=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #758DF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758DF5 is #8A720A. Grayscale: #919191. Windows color (decimal): -9073163 or 16092533. OLE color: 16092533.
HSL color Cylindrical-coordinate representation of color #758DF5: hue angle of 228.75º degrees, saturation: 0.86, 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 #758DF5 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 141 | 245 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.04 |
| HSL | 228.75º | 0.86% | 0.71% | - |
| HSV(B) | 228.75º | 0.52% | 0.96% | - |
| XYZ | 33.34 | 29.42 | 90.31 | - |
| YUV | 145.68 | 184.05 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 245 | 0.52 | 0.42 | 0 | 0.04 | 228.75 | 0.86 | 0.71 |
| Hex | 75 | 8D | F5 | 34 | 2A | 0 | 4 | E5 | 56 | 47 |
| Octal | 165 | 215 | 365 | 64 | 52 | 0 | 4 | 345 | 126 | 107 |
| Binary | 1110101 | 10001101 | 11110101 | 110100 | 101010 | 0 | 100 | 11100101 | 1010110 | 1000111 |
Color Harmonies of #758DF5
Complementary color
Monochromatic Colors of #758DF5
Black with #758DF5
Text Example
Text Example
White with #758DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DF5; }
p { color: rgb(117,141,245); }
H1.HeaderClassName
{
color: #758DF5;
}
.AnyTagClassName
{
color: #758DF5;
}
</style>
background-color css
<style>
a { background-color: #758DF5; }
a { background-color: rgb(117,141,245); }
div.DivClassName
{
background-color: #758DF5;
}
.BgClassName
{
background-color: #758DF5;
}
</style>
border-color css
<style>
span { border-color: #758DF5; }
span { border-color: rgb(117,141,245); }
td.TdClassName
{
border-color: #758DF5;
}
.TagClassName
{
border-color: #758DF5;
}
</style>