#7192DA

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

Shades of Cornflower Blue #7192DA

Tints of Cornflower Blue #7192DA

Color information

#7192DA (or 0x7192DA) is unknown color: approx Cornflower Blue. HEX triplet: 71, 92 and DA. RGB value is (113,146,218). Sum of RGB (Red+Green+Blue) = 113+146+218=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #7192DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7192DA is #8E6D25. Grayscale: #909090. Windows color (decimal): -9334054 or 14324337. OLE color: 14324337.

HSL color Cylindrical-coordinate representation of color #7192DA: hue angle of 221.14º 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 #7192DA is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113146218-
CMYK0.480.3300.15
HSL221.14º58.66%64.9%-
HSV(B)221.14º48.17%85.49%-
XYZ29.7429.1370.38-
YUV144.34169.57105.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.69%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 218 (85.55% from 255) = 45.70%
R=23.69%
G=30.61%
B=45.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131462180.480.3300.15221.1458.6664.9
Hex7192DA30210Fdd3b41
Octal161222332604101733573101
Binary1110001100100101101101011000010000101111110111011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7192DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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