Shades of Cornflower Blue #759DF8
Tints of Cornflower Blue #759DF8
RGB
CMYK
RGB Variations
Color information
#759DF8 (or 0x759DF8) is known color: Cornflower Blue. HEX triplet: 75, 9D and F8. RGB value is (117,157,248). Sum of RGB (Red+Green+Blue) = 117+157+248=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 248 (97.27% from 255 or 47.51% from 522); Max value from RGB is 248 - color contains mainly: blue. Hex color #759DF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759DF8 is #8A6207. Grayscale: #9B9B9B. Windows color (decimal): -9069064 or 16293237. OLE color: 16293237.
HSL color Cylindrical-coordinate representation of color #759DF8: hue angle of 221.68º 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 #759DF8 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 157 | 248 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.03 |
| HSL | 221.68º | 0.9% | 0.72% | - |
| HSV(B) | 221.68º | 0.53% | 0.97% | - |
| XYZ | 36.34 | 34.67 | 93.58 | - |
| YUV | 155.41 | 180.25 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 248 | 0.53 | 0.37 | 0 | 0.03 | 221.68 | 0.9 | 0.72 |
| Hex | 75 | 9D | F8 | 35 | 25 | 0 | 3 | DE | 5A | 48 |
| Octal | 165 | 235 | 370 | 65 | 45 | 0 | 3 | 336 | 132 | 110 |
| Binary | 1110101 | 10011101 | 11111000 | 110101 | 100101 | 0 | 11 | 11011110 | 1011010 | 1001000 |
Color Harmonies of #759DF8
Complementary color
Monochromatic Colors of #759DF8
Black with #759DF8
Text Example
Text Example
White with #759DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759DF8; }
p { color: rgb(117,157,248); }
H1.HeaderClassName
{
color: #759DF8;
}
.AnyTagClassName
{
color: #759DF8;
}
</style>
background-color css
<style>
a { background-color: #759DF8; }
a { background-color: rgb(117,157,248); }
div.DivClassName
{
background-color: #759DF8;
}
.BgClassName
{
background-color: #759DF8;
}
</style>
border-color css
<style>
span { border-color: #759DF8; }
span { border-color: rgb(117,157,248); }
td.TdClassName
{
border-color: #759DF8;
}
.TagClassName
{
border-color: #759DF8;
}
</style>