Shades of Cornflower Blue #758CFD
Tints of Cornflower Blue #758CFD
RGB
CMYK
RGB Variations
Color information
#758CFD (or 0x758CFD) is known color: Cornflower Blue. HEX triplet: 75, 8C and FD. RGB value is (117,140,253). Sum of RGB (Red+Green+Blue) = 117+140+253=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #758CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758CFD is #8A7302. Grayscale: #919191. Windows color (decimal): -9073411 or 16616565. OLE color: 16616565.
HSL color Cylindrical-coordinate representation of color #758CFD: hue angle of 229.85º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #758CFD is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 140 | 253 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.01 |
| HSL | 229.85º | 0.97% | 0.73% | - |
| HSV(B) | 229.85º | 0.54% | 0.99% | - |
| XYZ | 34.44 | 29.63 | 96.83 | - |
| YUV | 146.01 | 188.38 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 253 | 0.54 | 0.45 | 0 | 0.01 | 229.85 | 0.97 | 0.73 |
| Hex | 75 | 8C | FD | 36 | 2D | 0 | 1 | E6 | 61 | 49 |
| Octal | 165 | 214 | 375 | 66 | 55 | 0 | 1 | 346 | 141 | 111 |
| Binary | 1110101 | 10001100 | 11111101 | 110110 | 101101 | 0 | 1 | 11100110 | 1100001 | 1001001 |
Color Harmonies of #758CFD
Complementary color
Monochromatic Colors of #758CFD
Black with #758CFD
Text Example
Text Example
White with #758CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CFD; }
p { color: rgb(117,140,253); }
H1.HeaderClassName
{
color: #758CFD;
}
.AnyTagClassName
{
color: #758CFD;
}
</style>
background-color css
<style>
a { background-color: #758CFD; }
a { background-color: rgb(117,140,253); }
div.DivClassName
{
background-color: #758CFD;
}
.BgClassName
{
background-color: #758CFD;
}
</style>
border-color css
<style>
span { border-color: #758CFD; }
span { border-color: rgb(117,140,253); }
td.TdClassName
{
border-color: #758CFD;
}
.TagClassName
{
border-color: #758CFD;
}
</style>