Shades of Cornflower Blue #758CEA
Tints of Cornflower Blue #758CEA
RGB
CMYK
RGB Variations
Color information
#758CEA (or 0x758CEA) is known color: Cornflower Blue. HEX triplet: 75, 8C and EA. RGB value is (117,140,234). Sum of RGB (Red+Green+Blue) = 117+140+234=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #758CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758CEA is #8A7315. Grayscale: #8F8F8F. Windows color (decimal): -9073430 or 15371381. OLE color: 15371381.
HSL color Cylindrical-coordinate representation of color #758CEA: hue angle of 228.21º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #758CEA is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 140 | 234 | - |
| CMYK | 0.5 | 0.40 | 0 | 0.08 |
| HSL | 228.21º | 0.74% | 0.69% | - |
| HSV(B) | 228.21º | 0.5% | 0.92% | - |
| XYZ | 31.57 | 28.48 | 81.68 | - |
| YUV | 143.84 | 178.88 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 234 | 0.5 | 0.40 | 0 | 0.08 | 228.21 | 0.74 | 0.69 |
| Hex | 75 | 8C | EA | 32 | 28 | 0 | 8 | E4 | 4A | 45 |
| Octal | 165 | 214 | 352 | 62 | 50 | 0 | 10 | 344 | 112 | 105 |
| Binary | 1110101 | 10001100 | 11101010 | 110010 | 101000 | 0 | 1000 | 11100100 | 1001010 | 1000101 |
Color Harmonies of #758CEA
Complementary color
Monochromatic Colors of #758CEA
Black with #758CEA
Text Example
Text Example
White with #758CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CEA; }
p { color: rgb(117,140,234); }
H1.HeaderClassName
{
color: #758CEA;
}
.AnyTagClassName
{
color: #758CEA;
}
</style>
background-color css
<style>
a { background-color: #758CEA; }
a { background-color: rgb(117,140,234); }
div.DivClassName
{
background-color: #758CEA;
}
.BgClassName
{
background-color: #758CEA;
}
</style>
border-color css
<style>
span { border-color: #758CEA; }
span { border-color: rgb(117,140,234); }
td.TdClassName
{
border-color: #758CEA;
}
.TagClassName
{
border-color: #758CEA;
}
</style>