Shades of Cornflower Blue #719EFE
Tints of Cornflower Blue #719EFE
RGB
CMYK
RGB Variations
Color information
#719EFE (or 0x719EFE) is known color: Cornflower Blue. HEX triplet: 71, 9E and FE. RGB value is (113,158,254). Sum of RGB (Red+Green+Blue) = 113+158+254=525 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.52% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #719EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719EFE is #8E6101. Grayscale: #9B9B9B. Windows color (decimal): -9330946 or 16686705. OLE color: 16686705.
HSL color Cylindrical-coordinate representation of color #719EFE: hue angle of 220.85º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #719EFE is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 158 | 254 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.00 |
| HSL | 220.85º | 0.99% | 0.72% | - |
| HSV(B) | 220.85º | 0.56% | 1% | - |
| XYZ | 36.93 | 35.12 | 98.6 | - |
| YUV | 155.49 | 183.59 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 254 | 0.56 | 0.38 | 0 | 0.00 | 220.85 | 0.99 | 0.72 |
| Hex | 71 | 9E | FE | 38 | 26 | 0 | 0 | DD | 63 | 48 |
| Octal | 161 | 236 | 376 | 70 | 46 | 0 | 0 | 335 | 143 | 110 |
| Binary | 1110001 | 10011110 | 11111110 | 111000 | 100110 | 0 | 0 | 11011101 | 1100011 | 1001000 |
Color Harmonies of #719EFE
Complementary color
Monochromatic Colors of #719EFE
Black with #719EFE
Text Example
Text Example
White with #719EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719EFE; }
p { color: rgb(113,158,254); }
H1.HeaderClassName
{
color: #719EFE;
}
.AnyTagClassName
{
color: #719EFE;
}
</style>
background-color css
<style>
a { background-color: #719EFE; }
a { background-color: rgb(113,158,254); }
div.DivClassName
{
background-color: #719EFE;
}
.BgClassName
{
background-color: #719EFE;
}
</style>
border-color css
<style>
span { border-color: #719EFE; }
span { border-color: rgb(113,158,254); }
td.TdClassName
{
border-color: #719EFE;
}
.TagClassName
{
border-color: #719EFE;
}
</style>