#7195DC

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

Shades of Cornflower Blue #7195DC

Tints of Cornflower Blue #7195DC

Color information

#7195DC (or 0x7195DC) is unknown color: approx Cornflower Blue. HEX triplet: 71, 95 and DC. RGB value is (113,149,220). Sum of RGB (Red+Green+Blue) = 113+149+220=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #7195DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7195DC is #8E6A23. Grayscale: #929292. Windows color (decimal): -9333284 or 14456177. OLE color: 14456177.

HSL color Cylindrical-coordinate representation of color #7195DC: hue angle of 219.81º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7195DC is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB113149220-
CMYK0.490.3200.14
HSL219.81º60.45%65.29%-
HSV(B)219.81º48.64%86.27%-
XYZ30.4830.1771.93-
YUV146.33169.57104.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.44%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 220 (86.33% from 255) = 45.64%
R=23.44%
G=30.91%
B=45.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1131492200.490.3200.14219.8160.4565.29
Hex7195DC31200Edc3c41
Octal161225334614001633474101
Binary1110001100101011101110011000110000001110110111001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7195DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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