Shades of Cornflower Blue #758FEF
Tints of Cornflower Blue #758FEF
RGB
CMYK
RGB Variations
Color information
#758FEF (or 0x758FEF) is known color: Cornflower Blue. HEX triplet: 75, 8F and EF. RGB value is (117,143,239). Sum of RGB (Red+Green+Blue) = 117+143+239=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #758FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758FEF is #8A7010. Grayscale: #919191. Windows color (decimal): -9072657 or 15699829. OLE color: 15699829.
HSL color Cylindrical-coordinate representation of color #758FEF: hue angle of 227.21º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #758FEF is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 143 | 239 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.06 |
| HSL | 227.21º | 0.79% | 0.7% | - |
| HSV(B) | 227.21º | 0.51% | 0.94% | - |
| XYZ | 32.74 | 29.66 | 85.66 | - |
| YUV | 146.17 | 180.39 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 239 | 0.51 | 0.40 | 0 | 0.06 | 227.21 | 0.79 | 0.7 |
| Hex | 75 | 8F | EF | 33 | 28 | 0 | 6 | E3 | 4F | 46 |
| Octal | 165 | 217 | 357 | 63 | 50 | 0 | 6 | 343 | 117 | 106 |
| Binary | 1110101 | 10001111 | 11101111 | 110011 | 101000 | 0 | 110 | 11100011 | 1001111 | 1000110 |
Color Harmonies of #758FEF
Complementary color
Monochromatic Colors of #758FEF
Black with #758FEF
Text Example
Text Example
White with #758FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758FEF; }
p { color: rgb(117,143,239); }
H1.HeaderClassName
{
color: #758FEF;
}
.AnyTagClassName
{
color: #758FEF;
}
</style>
background-color css
<style>
a { background-color: #758FEF; }
a { background-color: rgb(117,143,239); }
div.DivClassName
{
background-color: #758FEF;
}
.BgClassName
{
background-color: #758FEF;
}
</style>
border-color css
<style>
span { border-color: #758FEF; }
span { border-color: rgb(117,143,239); }
td.TdClassName
{
border-color: #758FEF;
}
.TagClassName
{
border-color: #758FEF;
}
</style>