Shades of Cornflower Blue #758BFB
Tints of Cornflower Blue #758BFB
RGB
CMYK
RGB Variations
Color information
#758BFB (or 0x758BFB) is known color: Cornflower Blue. HEX triplet: 75, 8B and FB. RGB value is (117,139,251). Sum of RGB (Red+Green+Blue) = 117+139+251=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #758BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758BFB is #8A7404. Grayscale: #909090. Windows color (decimal): -9073669 or 16485237. OLE color: 16485237.
HSL color Cylindrical-coordinate representation of color #758BFB: hue angle of 230.15º 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 #758BFB is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 139 | 251 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.02 |
| HSL | 230.15º | 0.94% | 0.72% | - |
| HSV(B) | 230.15º | 0.53% | 0.98% | - |
| XYZ | 33.98 | 29.21 | 95.11 | - |
| YUV | 145.19 | 187.71 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 251 | 0.53 | 0.45 | 0 | 0.02 | 230.15 | 0.94 | 0.72 |
| Hex | 75 | 8B | FB | 35 | 2D | 0 | 2 | E6 | 5E | 48 |
| Octal | 165 | 213 | 373 | 65 | 55 | 0 | 2 | 346 | 136 | 110 |
| Binary | 1110101 | 10001011 | 11111011 | 110101 | 101101 | 0 | 10 | 11100110 | 1011110 | 1001000 |
Color Harmonies of #758BFB
Complementary color
Monochromatic Colors of #758BFB
Black with #758BFB
Text Example
Text Example
White with #758BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BFB; }
p { color: rgb(117,139,251); }
H1.HeaderClassName
{
color: #758BFB;
}
.AnyTagClassName
{
color: #758BFB;
}
</style>
background-color css
<style>
a { background-color: #758BFB; }
a { background-color: rgb(117,139,251); }
div.DivClassName
{
background-color: #758BFB;
}
.BgClassName
{
background-color: #758BFB;
}
</style>
border-color css
<style>
span { border-color: #758BFB; }
span { border-color: rgb(117,139,251); }
td.TdClassName
{
border-color: #758BFB;
}
.TagClassName
{
border-color: #758BFB;
}
</style>