Shades of Cornflower Blue #758CFC
Tints of Cornflower Blue #758CFC
RGB
CMYK
RGB Variations
Color information
#758CFC (or 0x758CFC) is known color: Cornflower Blue. HEX triplet: 75, 8C and FC. RGB value is (117,140,252). Sum of RGB (Red+Green+Blue) = 117+140+252=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #758CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758CFC is #8A7303. Grayscale: #919191. Windows color (decimal): -9073412 or 16551029. OLE color: 16551029.
HSL color Cylindrical-coordinate representation of color #758CFC: hue angle of 229.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #758CFC is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 140 | 252 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.01 |
| HSL | 229.78º | 0.96% | 0.72% | - |
| HSV(B) | 229.78º | 0.54% | 0.99% | - |
| XYZ | 34.28 | 29.57 | 96 | - |
| YUV | 145.89 | 187.88 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 252 | 0.54 | 0.44 | 0 | 0.01 | 229.78 | 0.96 | 0.72 |
| Hex | 75 | 8C | FC | 36 | 2C | 0 | 1 | E6 | 60 | 48 |
| Octal | 165 | 214 | 374 | 66 | 54 | 0 | 1 | 346 | 140 | 110 |
| Binary | 1110101 | 10001100 | 11111100 | 110110 | 101100 | 0 | 1 | 11100110 | 1100000 | 1001000 |
Color Harmonies of #758CFC
Complementary color
Monochromatic Colors of #758CFC
Black with #758CFC
Text Example
Text Example
White with #758CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CFC; }
p { color: rgb(117,140,252); }
H1.HeaderClassName
{
color: #758CFC;
}
.AnyTagClassName
{
color: #758CFC;
}
</style>
background-color css
<style>
a { background-color: #758CFC; }
a { background-color: rgb(117,140,252); }
div.DivClassName
{
background-color: #758CFC;
}
.BgClassName
{
background-color: #758CFC;
}
</style>
border-color css
<style>
span { border-color: #758CFC; }
span { border-color: rgb(117,140,252); }
td.TdClassName
{
border-color: #758CFC;
}
.TagClassName
{
border-color: #758CFC;
}
</style>