Shades of Cornflower Blue #719BFE
Tints of Cornflower Blue #719BFE
RGB
CMYK
RGB Variations
Color information
#719BFE (or 0x719BFE) is known color: Cornflower Blue. HEX triplet: 71, 9B and FE. RGB value is (113,155,254). Sum of RGB (Red+Green+Blue) = 113+155+254=522 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.65% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #719BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719BFE is #8E6401. Grayscale: #999999. Windows color (decimal): -9331714 or 16685937. OLE color: 16685937.
HSL color Cylindrical-coordinate representation of color #719BFE: hue angle of 222.13º 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 #719BFE is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 155 | 254 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.00 |
| HSL | 222.13º | 0.99% | 0.72% | - |
| HSV(B) | 222.13º | 0.56% | 1% | - |
| XYZ | 36.42 | 34.11 | 98.43 | - |
| YUV | 153.73 | 184.59 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 254 | 0.56 | 0.39 | 0 | 0.00 | 222.13 | 0.99 | 0.72 |
| Hex | 71 | 9B | FE | 38 | 27 | 0 | 0 | DE | 63 | 48 |
| Octal | 161 | 233 | 376 | 70 | 47 | 0 | 0 | 336 | 143 | 110 |
| Binary | 1110001 | 10011011 | 11111110 | 111000 | 100111 | 0 | 0 | 11011110 | 1100011 | 1001000 |
Color Harmonies of #719BFE
Complementary color
Monochromatic Colors of #719BFE
Black with #719BFE
Text Example
Text Example
White with #719BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719BFE; }
p { color: rgb(113,155,254); }
H1.HeaderClassName
{
color: #719BFE;
}
.AnyTagClassName
{
color: #719BFE;
}
</style>
background-color css
<style>
a { background-color: #719BFE; }
a { background-color: rgb(113,155,254); }
div.DivClassName
{
background-color: #719BFE;
}
.BgClassName
{
background-color: #719BFE;
}
</style>
border-color css
<style>
span { border-color: #719BFE; }
span { border-color: rgb(113,155,254); }
td.TdClassName
{
border-color: #719BFE;
}
.TagClassName
{
border-color: #719BFE;
}
</style>