Shades of Cornflower Blue #759EFB
Tints of Cornflower Blue #759EFB
RGB
CMYK
RGB Variations
Color information
#759EFB (or 0x759EFB) is known color: Cornflower Blue. HEX triplet: 75, 9E and FB. RGB value is (117,158,251). Sum of RGB (Red+Green+Blue) = 117+158+251=526 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.24% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #759EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759EFB is #8A6104. Grayscale: #9B9B9B. Windows color (decimal): -9068805 or 16490101. OLE color: 16490101.
HSL color Cylindrical-coordinate representation of color #759EFB: hue angle of 221.64º 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 #759EFB is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 158 | 251 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.02 |
| HSL | 221.64º | 0.94% | 0.72% | - |
| HSV(B) | 221.64º | 0.53% | 0.98% | - |
| XYZ | 36.98 | 35.2 | 96.11 | - |
| YUV | 156.34 | 181.42 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 251 | 0.53 | 0.37 | 0 | 0.02 | 221.64 | 0.94 | 0.72 |
| Hex | 75 | 9E | FB | 35 | 25 | 0 | 2 | DE | 5E | 48 |
| Octal | 165 | 236 | 373 | 65 | 45 | 0 | 2 | 336 | 136 | 110 |
| Binary | 1110101 | 10011110 | 11111011 | 110101 | 100101 | 0 | 10 | 11011110 | 1011110 | 1001000 |
Color Harmonies of #759EFB
Complementary color
Monochromatic Colors of #759EFB
Black with #759EFB
Text Example
Text Example
White with #759EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759EFB; }
p { color: rgb(117,158,251); }
H1.HeaderClassName
{
color: #759EFB;
}
.AnyTagClassName
{
color: #759EFB;
}
</style>
background-color css
<style>
a { background-color: #759EFB; }
a { background-color: rgb(117,158,251); }
div.DivClassName
{
background-color: #759EFB;
}
.BgClassName
{
background-color: #759EFB;
}
</style>
border-color css
<style>
span { border-color: #759EFB; }
span { border-color: rgb(117,158,251); }
td.TdClassName
{
border-color: #759EFB;
}
.TagClassName
{
border-color: #759EFB;
}
</style>