Shades of Cornflower Blue #758FEB
Tints of Cornflower Blue #758FEB
RGB
CMYK
RGB Variations
Color information
#758FEB (or 0x758FEB) is known color: Cornflower Blue. HEX triplet: 75, 8F and EB. RGB value is (117,143,235). Sum of RGB (Red+Green+Blue) = 117+143+235=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #758FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758FEB is #8A7014. Grayscale: #919191. Windows color (decimal): -9072661 or 15437685. OLE color: 15437685.
HSL color Cylindrical-coordinate representation of color #758FEB: hue angle of 226.78º degrees, saturation: 0.75, 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 #758FEB is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 143 | 235 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.08 |
| HSL | 226.78º | 0.75% | 0.69% | - |
| HSV(B) | 226.78º | 0.5% | 0.92% | - |
| XYZ | 32.15 | 29.42 | 82.58 | - |
| YUV | 145.71 | 178.39 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 235 | 0.50 | 0.39 | 0 | 0.08 | 226.78 | 0.75 | 0.69 |
| Hex | 75 | 8F | EB | 32 | 27 | 0 | 8 | E3 | 4B | 45 |
| Octal | 165 | 217 | 353 | 62 | 47 | 0 | 10 | 343 | 113 | 105 |
| Binary | 1110101 | 10001111 | 11101011 | 110010 | 100111 | 0 | 1000 | 11100011 | 1001011 | 1000101 |
Color Harmonies of #758FEB
Complementary color
Monochromatic Colors of #758FEB
Black with #758FEB
Text Example
Text Example
White with #758FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758FEB; }
p { color: rgb(117,143,235); }
H1.HeaderClassName
{
color: #758FEB;
}
.AnyTagClassName
{
color: #758FEB;
}
</style>
background-color css
<style>
a { background-color: #758FEB; }
a { background-color: rgb(117,143,235); }
div.DivClassName
{
background-color: #758FEB;
}
.BgClassName
{
background-color: #758FEB;
}
</style>
border-color css
<style>
span { border-color: #758FEB; }
span { border-color: rgb(117,143,235); }
td.TdClassName
{
border-color: #758FEB;
}
.TagClassName
{
border-color: #758FEB;
}
</style>