Shades of Cornflower Blue #758BF8
Tints of Cornflower Blue #758BF8
RGB
CMYK
RGB Variations
Color information
#758BF8 (or 0x758BF8) is known color: Cornflower Blue. HEX triplet: 75, 8B and F8. RGB value is (117,139,248). Sum of RGB (Red+Green+Blue) = 117+139+248=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #758BF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758BF8 is #8A7407. Grayscale: #909090. Windows color (decimal): -9073672 or 16288629. OLE color: 16288629.
HSL color Cylindrical-coordinate representation of color #758BF8: hue angle of 229.92º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #758BF8 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 139 | 248 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.03 |
| HSL | 229.92º | 0.9% | 0.72% | - |
| HSV(B) | 229.92º | 0.53% | 0.97% | - |
| XYZ | 33.51 | 29.02 | 92.64 | - |
| YUV | 144.85 | 186.21 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 248 | 0.53 | 0.44 | 0 | 0.03 | 229.92 | 0.9 | 0.72 |
| Hex | 75 | 8B | F8 | 35 | 2C | 0 | 3 | E6 | 5A | 48 |
| Octal | 165 | 213 | 370 | 65 | 54 | 0 | 3 | 346 | 132 | 110 |
| Binary | 1110101 | 10001011 | 11111000 | 110101 | 101100 | 0 | 11 | 11100110 | 1011010 | 1001000 |
Color Harmonies of #758BF8
Complementary color
Monochromatic Colors of #758BF8
Black with #758BF8
Text Example
Text Example
White with #758BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BF8; }
p { color: rgb(117,139,248); }
H1.HeaderClassName
{
color: #758BF8;
}
.AnyTagClassName
{
color: #758BF8;
}
</style>
background-color css
<style>
a { background-color: #758BF8; }
a { background-color: rgb(117,139,248); }
div.DivClassName
{
background-color: #758BF8;
}
.BgClassName
{
background-color: #758BF8;
}
</style>
border-color css
<style>
span { border-color: #758BF8; }
span { border-color: rgb(117,139,248); }
td.TdClassName
{
border-color: #758BF8;
}
.TagClassName
{
border-color: #758BF8;
}
</style>