Shades of Cornflower Blue #758FFB
Tints of Cornflower Blue #758FFB
RGB
CMYK
RGB Variations
Color information
#758FFB (or 0x758FFB) is known color: Cornflower Blue. HEX triplet: 75, 8F and FB. RGB value is (117,143,251). Sum of RGB (Red+Green+Blue) = 117+143+251=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #758FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758FFB is #8A7004. Grayscale: #939393. Windows color (decimal): -9072645 or 16486261. OLE color: 16486261.
HSL color Cylindrical-coordinate representation of color #758FFB: hue angle of 228.36º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #758FFB is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 143 | 251 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.02 |
| HSL | 228.36º | 0.94% | 0.72% | - |
| HSV(B) | 228.36º | 0.53% | 0.98% | - |
| XYZ | 34.57 | 30.39 | 95.31 | - |
| YUV | 147.54 | 186.39 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 251 | 0.53 | 0.43 | 0 | 0.02 | 228.36 | 0.94 | 0.72 |
| Hex | 75 | 8F | FB | 35 | 2B | 0 | 2 | E4 | 5E | 48 |
| Octal | 165 | 217 | 373 | 65 | 53 | 0 | 2 | 344 | 136 | 110 |
| Binary | 1110101 | 10001111 | 11111011 | 110101 | 101011 | 0 | 10 | 11100100 | 1011110 | 1001000 |
Color Harmonies of #758FFB
Complementary color
Monochromatic Colors of #758FFB
Black with #758FFB
Text Example
Text Example
White with #758FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758FFB; }
p { color: rgb(117,143,251); }
H1.HeaderClassName
{
color: #758FFB;
}
.AnyTagClassName
{
color: #758FFB;
}
</style>
background-color css
<style>
a { background-color: #758FFB; }
a { background-color: rgb(117,143,251); }
div.DivClassName
{
background-color: #758FFB;
}
.BgClassName
{
background-color: #758FFB;
}
</style>
border-color css
<style>
span { border-color: #758FFB; }
span { border-color: rgb(117,143,251); }
td.TdClassName
{
border-color: #758FFB;
}
.TagClassName
{
border-color: #758FFB;
}
</style>