Shades of Cornflower Blue #719FFD
Tints of Cornflower Blue #719FFD
RGB
CMYK
RGB Variations
Color information
#719FFD (or 0x719FFD) is known color: Cornflower Blue. HEX triplet: 71, 9F and FD. RGB value is (113,159,253). Sum of RGB (Red+Green+Blue) = 113+159+253=525 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.52% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #719FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719FFD is #8E6002. Grayscale: #9B9B9B. Windows color (decimal): -9330691 or 16621425. OLE color: 16621425.
HSL color Cylindrical-coordinate representation of color #719FFD: hue angle of 220.29º 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 #719FFD is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 159 | 253 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.01 |
| HSL | 220.29º | 0.97% | 0.72% | - |
| HSV(B) | 220.29º | 0.55% | 0.99% | - |
| XYZ | 36.94 | 35.4 | 97.81 | - |
| YUV | 155.96 | 182.76 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 253 | 0.55 | 0.37 | 0 | 0.01 | 220.29 | 0.97 | 0.72 |
| Hex | 71 | 9F | FD | 37 | 25 | 0 | 1 | DC | 61 | 48 |
| Octal | 161 | 237 | 375 | 67 | 45 | 0 | 1 | 334 | 141 | 110 |
| Binary | 1110001 | 10011111 | 11111101 | 110111 | 100101 | 0 | 1 | 11011100 | 1100001 | 1001000 |
Color Harmonies of #719FFD
Complementary color
Monochromatic Colors of #719FFD
Black with #719FFD
Text Example
Text Example
White with #719FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FFD; }
p { color: rgb(113,159,253); }
H1.HeaderClassName
{
color: #719FFD;
}
.AnyTagClassName
{
color: #719FFD;
}
</style>
background-color css
<style>
a { background-color: #719FFD; }
a { background-color: rgb(113,159,253); }
div.DivClassName
{
background-color: #719FFD;
}
.BgClassName
{
background-color: #719FFD;
}
</style>
border-color css
<style>
span { border-color: #719FFD; }
span { border-color: rgb(113,159,253); }
td.TdClassName
{
border-color: #719FFD;
}
.TagClassName
{
border-color: #719FFD;
}
</style>