Shades of Cornflower Blue #719BFF
Tints of Cornflower Blue #719BFF
RGB
CMYK
RGB Variations
Color information
#719BFF (or 0x719BFF) is known color: Cornflower Blue. HEX triplet: 71, 9B and FF. RGB value is (113,155,255). Sum of RGB (Red+Green+Blue) = 113+155+255=523 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.61% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #719BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719BFF is #8E6400. Grayscale: #999999. Windows color (decimal): -9331713 or 16751473. OLE color: 16751473.
HSL color Cylindrical-coordinate representation of color #719BFF: hue angle of 222.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #719BFF is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 155 | 255 | - |
| CMYK | 0.56 | 0.39 | 0 | 0 |
| HSL | 222.25º | 1% | 0.72% | - |
| HSV(B) | 222.25º | 0.56% | 1% | - |
| XYZ | 36.58 | 34.17 | 99.28 | - |
| YUV | 153.84 | 185.09 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 255 | 0.56 | 0.39 | 0 | 0 | 222.25 | 1 | 0.72 |
| Hex | 71 | 9B | FF | 38 | 27 | 0 | 0 | DE | 64 | 48 |
| Octal | 161 | 233 | 377 | 70 | 47 | 0 | 0 | 336 | 144 | 110 |
| Binary | 1110001 | 10011011 | 11111111 | 111000 | 100111 | 0 | 0 | 11011110 | 1100100 | 1001000 |
Color Harmonies of #719BFF
Complementary color
Monochromatic Colors of #719BFF
Black with #719BFF
Text Example
Text Example
White with #719BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719BFF; }
p { color: rgb(113,155,255); }
H1.HeaderClassName
{
color: #719BFF;
}
.AnyTagClassName
{
color: #719BFF;
}
</style>
background-color css
<style>
a { background-color: #719BFF; }
a { background-color: rgb(113,155,255); }
div.DivClassName
{
background-color: #719BFF;
}
.BgClassName
{
background-color: #719BFF;
}
</style>
border-color css
<style>
span { border-color: #719BFF; }
span { border-color: rgb(113,155,255); }
td.TdClassName
{
border-color: #719BFF;
}
.TagClassName
{
border-color: #719BFF;
}
</style>