Shades of Cornflower Blue #758BFF
Tints of Cornflower Blue #758BFF
RGB
CMYK
RGB Variations
Color information
#758BFF (or 0x758BFF) is known color: Cornflower Blue. HEX triplet: 75, 8B and FF. RGB value is (117,139,255). Sum of RGB (Red+Green+Blue) = 117+139+255=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #758BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758BFF is #8A7400. Grayscale: #919191. Windows color (decimal): -9073665 or 16747381. OLE color: 16747381.
HSL color Cylindrical-coordinate representation of color #758BFF: hue angle of 230.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #758BFF is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 139 | 255 | - |
| CMYK | 0.54 | 0.45 | 0 | 0 |
| HSL | 230.43º | 1% | 0.73% | - |
| HSV(B) | 230.43º | 0.54% | 1% | - |
| XYZ | 34.62 | 29.47 | 98.47 | - |
| YUV | 145.65 | 189.71 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 255 | 0.54 | 0.45 | 0 | 0 | 230.43 | 1 | 0.73 |
| Hex | 75 | 8B | FF | 36 | 2D | 0 | 0 | E6 | 64 | 49 |
| Octal | 165 | 213 | 377 | 66 | 55 | 0 | 0 | 346 | 144 | 111 |
| Binary | 1110101 | 10001011 | 11111111 | 110110 | 101101 | 0 | 0 | 11100110 | 1100100 | 1001001 |
Color Harmonies of #758BFF
Complementary color
Monochromatic Colors of #758BFF
Black with #758BFF
Text Example
Text Example
White with #758BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BFF; }
p { color: rgb(117,139,255); }
H1.HeaderClassName
{
color: #758BFF;
}
.AnyTagClassName
{
color: #758BFF;
}
</style>
background-color css
<style>
a { background-color: #758BFF; }
a { background-color: rgb(117,139,255); }
div.DivClassName
{
background-color: #758BFF;
}
.BgClassName
{
background-color: #758BFF;
}
</style>
border-color css
<style>
span { border-color: #758BFF; }
span { border-color: rgb(117,139,255); }
td.TdClassName
{
border-color: #758BFF;
}
.TagClassName
{
border-color: #758BFF;
}
</style>