Shades of Cornflower Blue #758FEA
Tints of Cornflower Blue #758FEA
RGB
CMYK
RGB Variations
Color information
#758FEA (or 0x758FEA) is known color: Cornflower Blue. HEX triplet: 75, 8F and EA. RGB value is (117,143,234). Sum of RGB (Red+Green+Blue) = 117+143+234=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #758FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758FEA is #8A7015. Grayscale: #919191. Windows color (decimal): -9072662 or 15372149. OLE color: 15372149.
HSL color Cylindrical-coordinate representation of color #758FEA: hue angle of 226.67º 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 #758FEA is Cyan = 0.5, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 143 | 234 | - |
| CMYK | 0.5 | 0.39 | 0 | 0.08 |
| HSL | 226.67º | 0.74% | 0.69% | - |
| HSV(B) | 226.67º | 0.5% | 0.92% | - |
| XYZ | 32.01 | 29.37 | 81.82 | - |
| YUV | 145.6 | 177.89 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 234 | 0.5 | 0.39 | 0 | 0.08 | 226.67 | 0.74 | 0.69 |
| Hex | 75 | 8F | EA | 32 | 27 | 0 | 8 | E3 | 4A | 45 |
| Octal | 165 | 217 | 352 | 62 | 47 | 0 | 10 | 343 | 112 | 105 |
| Binary | 1110101 | 10001111 | 11101010 | 110010 | 100111 | 0 | 1000 | 11100011 | 1001010 | 1000101 |
Color Harmonies of #758FEA
Complementary color
Monochromatic Colors of #758FEA
Black with #758FEA
Text Example
Text Example
White with #758FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758FEA; }
p { color: rgb(117,143,234); }
H1.HeaderClassName
{
color: #758FEA;
}
.AnyTagClassName
{
color: #758FEA;
}
</style>
background-color css
<style>
a { background-color: #758FEA; }
a { background-color: rgb(117,143,234); }
div.DivClassName
{
background-color: #758FEA;
}
.BgClassName
{
background-color: #758FEA;
}
</style>
border-color css
<style>
span { border-color: #758FEA; }
span { border-color: rgb(117,143,234); }
td.TdClassName
{
border-color: #758FEA;
}
.TagClassName
{
border-color: #758FEA;
}
</style>