Shades of Cornflower Blue #758EFB
Tints of Cornflower Blue #758EFB
RGB
CMYK
RGB Variations
Color information
#758EFB (or 0x758EFB) is known color: Cornflower Blue. HEX triplet: 75, 8E and FB. RGB value is (117,142,251). Sum of RGB (Red+Green+Blue) = 117+142+251=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #758EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758EFB is #8A7104. Grayscale: #929292. Windows color (decimal): -9072901 or 16486005. OLE color: 16486005.
HSL color Cylindrical-coordinate representation of color #758EFB: hue angle of 228.81º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #758EFB is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 142 | 251 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.02 |
| HSL | 228.81º | 0.94% | 0.72% | - |
| HSV(B) | 228.81º | 0.53% | 0.98% | - |
| XYZ | 34.42 | 30.09 | 95.26 | - |
| YUV | 146.95 | 186.72 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 251 | 0.53 | 0.43 | 0 | 0.02 | 228.81 | 0.94 | 0.72 |
| Hex | 75 | 8E | FB | 35 | 2B | 0 | 2 | E5 | 5E | 48 |
| Octal | 165 | 216 | 373 | 65 | 53 | 0 | 2 | 345 | 136 | 110 |
| Binary | 1110101 | 10001110 | 11111011 | 110101 | 101011 | 0 | 10 | 11100101 | 1011110 | 1001000 |
Color Harmonies of #758EFB
Complementary color
Monochromatic Colors of #758EFB
Black with #758EFB
Text Example
Text Example
White with #758EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758EFB; }
p { color: rgb(117,142,251); }
H1.HeaderClassName
{
color: #758EFB;
}
.AnyTagClassName
{
color: #758EFB;
}
</style>
background-color css
<style>
a { background-color: #758EFB; }
a { background-color: rgb(117,142,251); }
div.DivClassName
{
background-color: #758EFB;
}
.BgClassName
{
background-color: #758EFB;
}
</style>
border-color css
<style>
span { border-color: #758EFB; }
span { border-color: rgb(117,142,251); }
td.TdClassName
{
border-color: #758EFB;
}
.TagClassName
{
border-color: #758EFB;
}
</style>