#7195EB

Color #7195EB Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7195EB

Tints of Cornflower Blue #7195EB

Color information

#7195EB (or 0x7195EB) is unknown color: approx Cornflower Blue. HEX triplet: 71, 95 and EB. RGB value is (113,149,235). Sum of RGB (Red+Green+Blue) = 113+149+235=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #7195EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7195EB is #8E6A14. Grayscale: #939393. Windows color (decimal): -9333269 or 15439217. OLE color: 15439217.

HSL color Cylindrical-coordinate representation of color #7195EB: hue angle of 222.3º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7195EB is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113149235-
CMYK0.520.3700.08
HSL222.3º75.31%68.24%-
HSV(B)222.3º51.91%92.16%-
XYZ32.553182.87-
YUV148.04177.07103.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 22.74%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 235 (92.19% from 255) = 47.28%
R=22.74%
G=29.98%
B=47.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131492350.520.3700.08222.375.3168.24
Hex7195EB342508de4b44
Octal1612253536445010336113104
Binary11100011001010111101011110100100101010001101111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7195EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7195EB; }

 p { color: rgb(113,149,235); }

 H1.HeaderClassName
 {
   color: #7195EB;
 }
 .AnyTagClassName
 {
   color: #7195EB;
 }
</style>
background-color css

<style>
 a { background-color: #7195EB; }

 a { background-color: rgb(113,149,235); }

 div.DivClassName
 {
   background-color: #7195EB;
 }
 .BgClassName
 {
   background-color: #7195EB;
 }
</style>
border-color css

<style>
 span { border-color: #7195EB; }

 span { border-color: rgb(113,149,235); }

 td.TdClassName
 {
   border-color: #7195EB;
 }
 .TagClassName
 {
   border-color: #7195EB;
 }
</style>