Shades of Cornflower Blue #759BFA
Tints of Cornflower Blue #759BFA
RGB
CMYK
RGB Variations
Color information
#759BFA (or 0x759BFA) is known color: Cornflower Blue. HEX triplet: 75, 9B and FA. RGB value is (117,155,250). Sum of RGB (Red+Green+Blue) = 117+155+250=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #759BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759BFA is #8A6405. Grayscale: #9A9A9A. Windows color (decimal): -9069574 or 16423797. OLE color: 16423797.
HSL color Cylindrical-coordinate representation of color #759BFA: hue angle of 222.86º degrees, saturation: 0.93, 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 #759BFA is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 155 | 250 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.02 |
| HSL | 222.86º | 0.93% | 0.72% | - |
| HSV(B) | 222.86º | 0.53% | 0.98% | - |
| XYZ | 36.31 | 34.13 | 95.12 | - |
| YUV | 154.47 | 181.91 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 250 | 0.53 | 0.38 | 0 | 0.02 | 222.86 | 0.93 | 0.72 |
| Hex | 75 | 9B | FA | 35 | 26 | 0 | 2 | DF | 5D | 48 |
| Octal | 165 | 233 | 372 | 65 | 46 | 0 | 2 | 337 | 135 | 110 |
| Binary | 1110101 | 10011011 | 11111010 | 110101 | 100110 | 0 | 10 | 11011111 | 1011101 | 1001000 |
Color Harmonies of #759BFA
Complementary color
Monochromatic Colors of #759BFA
Black with #759BFA
Text Example
Text Example
White with #759BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759BFA; }
p { color: rgb(117,155,250); }
H1.HeaderClassName
{
color: #759BFA;
}
.AnyTagClassName
{
color: #759BFA;
}
</style>
background-color css
<style>
a { background-color: #759BFA; }
a { background-color: rgb(117,155,250); }
div.DivClassName
{
background-color: #759BFA;
}
.BgClassName
{
background-color: #759BFA;
}
</style>
border-color css
<style>
span { border-color: #759BFA; }
span { border-color: rgb(117,155,250); }
td.TdClassName
{
border-color: #759BFA;
}
.TagClassName
{
border-color: #759BFA;
}
</style>