Shades of Cornflower Blue #758BE3
Tints of Cornflower Blue #758BE3
RGB
CMYK
RGB Variations
Color information
#758BE3 (or 0x758BE3) is known color: Cornflower Blue. HEX triplet: 75, 8B and E3. RGB value is (117,139,227). Sum of RGB (Red+Green+Blue) = 117+139+227=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 227 - color contains mainly: blue. Hex color #758BE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BE3 is #8A741C. Grayscale: #8E8E8E. Windows color (decimal): -9073693 or 14912373. OLE color: 14912373.
HSL color Cylindrical-coordinate representation of color #758BE3: hue angle of 228º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758BE3 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 139 | 227 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.11 |
| HSL | 228º | 0.66% | 0.67% | - |
| HSV(B) | 228º | 0.48% | 0.89% | - |
| XYZ | 30.43 | 27.79 | 76.43 | - |
| YUV | 142.45 | 175.71 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 227 | 0.48 | 0.39 | 0 | 0.11 | 228 | 0.66 | 0.67 |
| Hex | 75 | 8B | E3 | 30 | 27 | 0 | B | E4 | 42 | 43 |
| Octal | 165 | 213 | 343 | 60 | 47 | 0 | 13 | 344 | 102 | 103 |
| Binary | 1110101 | 10001011 | 11100011 | 110000 | 100111 | 0 | 1011 | 11100100 | 1000010 | 1000011 |
Color Harmonies of #758BE3
Complementary color
Monochromatic Colors of #758BE3
Black with #758BE3
Text Example
Text Example
White with #758BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BE3; }
p { color: rgb(117,139,227); }
H1.HeaderClassName
{
color: #758BE3;
}
.AnyTagClassName
{
color: #758BE3;
}
</style>
background-color css
<style>
a { background-color: #758BE3; }
a { background-color: rgb(117,139,227); }
div.DivClassName
{
background-color: #758BE3;
}
.BgClassName
{
background-color: #758BE3;
}
</style>
border-color css
<style>
span { border-color: #758BE3; }
span { border-color: rgb(117,139,227); }
td.TdClassName
{
border-color: #758BE3;
}
.TagClassName
{
border-color: #758BE3;
}
</style>