#7195DA

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

Shades of Cornflower Blue #7195DA

Tints of Cornflower Blue #7195DA

Color information

#7195DA (or 0x7195DA) is unknown color: approx Cornflower Blue. HEX triplet: 71, 95 and DA. RGB value is (113,149,218). Sum of RGB (Red+Green+Blue) = 113+149+218=480 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.54% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #7195DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7195DA is #8E6A25. Grayscale: #919191. Windows color (decimal): -9333286 or 14325105. OLE color: 14325105.

HSL color Cylindrical-coordinate representation of color #7195DA: hue angle of 219.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7195DA is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113149218-
CMYK0.480.3200.15
HSL219.43º58.66%64.9%-
HSV(B)219.43º48.17%85.49%-
XYZ30.2130.0770.54-
YUV146.1168.57104.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.54%
GREEN value IS 149 (58.59% from 255) = 31.04%
BLUE value IS 218 (85.55% from 255) = 45.42%
R=23.54%
G=31.04%
B=45.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131492180.480.3200.15219.4358.6664.9
Hex7195DA30200Fdb3b41
Octal161225332604001733373101
Binary1110001100101011101101011000010000001111110110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7195DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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