Shades of Cornflower Blue #7195FF
Tints of Cornflower Blue #7195FF
RGB
CMYK
RGB Variations
Color information
#7195FF (or 0x7195FF) is known color: Cornflower Blue. HEX triplet: 71, 95 and FF. RGB value is (113,149,255). Sum of RGB (Red+Green+Blue) = 113+149+255=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #7195FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7195FF is #8E6A00. Grayscale: #959595. Windows color (decimal): -9333249 or 16749937. OLE color: 16749937.
HSL color Cylindrical-coordinate representation of color #7195FF: hue angle of 224.79º 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 #7195FF is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 149 | 255 | - |
| CMYK | 0.56 | 0.42 | 0 | 0 |
| HSL | 224.79º | 1% | 0.72% | - |
| HSV(B) | 224.79º | 0.56% | 1% | - |
| XYZ | 35.61 | 32.23 | 98.95 | - |
| YUV | 150.32 | 187.07 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 149 | 255 | 0.56 | 0.42 | 0 | 0 | 224.79 | 1 | 0.72 |
| Hex | 71 | 95 | FF | 38 | 2A | 0 | 0 | E1 | 64 | 48 |
| Octal | 161 | 225 | 377 | 70 | 52 | 0 | 0 | 341 | 144 | 110 |
| Binary | 1110001 | 10010101 | 11111111 | 111000 | 101010 | 0 | 0 | 11100001 | 1100100 | 1001000 |
Color Harmonies of #7195FF
Complementary color
Monochromatic Colors of #7195FF
Black with #7195FF
Text Example
Text Example
White with #7195FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7195FF; }
p { color: rgb(113,149,255); }
H1.HeaderClassName
{
color: #7195FF;
}
.AnyTagClassName
{
color: #7195FF;
}
</style>
background-color css
<style>
a { background-color: #7195FF; }
a { background-color: rgb(113,149,255); }
div.DivClassName
{
background-color: #7195FF;
}
.BgClassName
{
background-color: #7195FF;
}
</style>
border-color css
<style>
span { border-color: #7195FF; }
span { border-color: rgb(113,149,255); }
td.TdClassName
{
border-color: #7195FF;
}
.TagClassName
{
border-color: #7195FF;
}
</style>