Shades of Cornflower Blue #719EFD
Tints of Cornflower Blue #719EFD
RGB
CMYK
RGB Variations
Color information
#719EFD (or 0x719EFD) is known color: Cornflower Blue. HEX triplet: 71, 9E and FD. RGB value is (113,158,253). Sum of RGB (Red+Green+Blue) = 113+158+253=524 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.56% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #719EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719EFD is #8E6102. Grayscale: #9A9A9A. Windows color (decimal): -9330947 or 16621169. OLE color: 16621169.
HSL color Cylindrical-coordinate representation of color #719EFD: hue angle of 220.71º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #719EFD is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 158 | 253 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.01 |
| HSL | 220.71º | 0.97% | 0.72% | - |
| HSV(B) | 220.71º | 0.55% | 0.99% | - |
| XYZ | 36.77 | 35.06 | 97.76 | - |
| YUV | 155.38 | 183.09 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 253 | 0.55 | 0.38 | 0 | 0.01 | 220.71 | 0.97 | 0.72 |
| Hex | 71 | 9E | FD | 37 | 26 | 0 | 1 | DD | 61 | 48 |
| Octal | 161 | 236 | 375 | 67 | 46 | 0 | 1 | 335 | 141 | 110 |
| Binary | 1110001 | 10011110 | 11111101 | 110111 | 100110 | 0 | 1 | 11011101 | 1100001 | 1001000 |
Color Harmonies of #719EFD
Complementary color
Monochromatic Colors of #719EFD
Black with #719EFD
Text Example
Text Example
White with #719EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719EFD; }
p { color: rgb(113,158,253); }
H1.HeaderClassName
{
color: #719EFD;
}
.AnyTagClassName
{
color: #719EFD;
}
</style>
background-color css
<style>
a { background-color: #719EFD; }
a { background-color: rgb(113,158,253); }
div.DivClassName
{
background-color: #719EFD;
}
.BgClassName
{
background-color: #719EFD;
}
</style>
border-color css
<style>
span { border-color: #719EFD; }
span { border-color: rgb(113,158,253); }
td.TdClassName
{
border-color: #719EFD;
}
.TagClassName
{
border-color: #719EFD;
}
</style>