Shades of Cornflower Blue #759BF8
Tints of Cornflower Blue #759BF8
RGB
CMYK
RGB Variations
Color information
#759BF8 (or 0x759BF8) is known color: Cornflower Blue. HEX triplet: 75, 9B and F8. RGB value is (117,155,248). Sum of RGB (Red+Green+Blue) = 117+155+248=520 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.5% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #759BF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759BF8 is #8A6407. Grayscale: #999999. Windows color (decimal): -9069576 or 16292725. OLE color: 16292725.
HSL color Cylindrical-coordinate representation of color #759BF8: hue angle of 222.6º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #759BF8 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 155 | 248 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.03 |
| HSL | 222.6º | 0.9% | 0.72% | - |
| HSV(B) | 222.6º | 0.53% | 0.97% | - |
| XYZ | 36 | 34 | 93.47 | - |
| YUV | 154.24 | 180.91 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 248 | 0.53 | 0.38 | 0 | 0.03 | 222.6 | 0.9 | 0.72 |
| Hex | 75 | 9B | F8 | 35 | 26 | 0 | 3 | DF | 5A | 48 |
| Octal | 165 | 233 | 370 | 65 | 46 | 0 | 3 | 337 | 132 | 110 |
| Binary | 1110101 | 10011011 | 11111000 | 110101 | 100110 | 0 | 11 | 11011111 | 1011010 | 1001000 |
Color Harmonies of #759BF8
Complementary color
Monochromatic Colors of #759BF8
Black with #759BF8
Text Example
Text Example
White with #759BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759BF8; }
p { color: rgb(117,155,248); }
H1.HeaderClassName
{
color: #759BF8;
}
.AnyTagClassName
{
color: #759BF8;
}
</style>
background-color css
<style>
a { background-color: #759BF8; }
a { background-color: rgb(117,155,248); }
div.DivClassName
{
background-color: #759BF8;
}
.BgClassName
{
background-color: #759BF8;
}
</style>
border-color css
<style>
span { border-color: #759BF8; }
span { border-color: rgb(117,155,248); }
td.TdClassName
{
border-color: #759BF8;
}
.TagClassName
{
border-color: #759BF8;
}
</style>