#7199DE

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

Shades of Cornflower Blue #7199DE

Tints of Cornflower Blue #7199DE

Color information

#7199DE (or 0x7199DE) is unknown color: approx Cornflower Blue. HEX triplet: 71, 99 and DE. RGB value is (113,153,222). Sum of RGB (Red+Green+Blue) = 113+153+222=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #7199DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7199DE is #8E6621. Grayscale: #949494. Windows color (decimal): -9332258 or 14588273. OLE color: 14588273.

HSL color Cylindrical-coordinate representation of color #7199DE: hue angle of 217.98º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7199DE is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113153222-
CMYK0.490.3100.13
HSL217.98º62.29%65.69%-
HSV(B)217.98º49.1%87.06%-
XYZ31.3931.5773.55-
YUV148.91169.25102.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.16%
GREEN value IS 153 (60.16% from 255) = 31.35%
BLUE value IS 222 (87.11% from 255) = 45.49%
R=23.16%
G=31.35%
B=45.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131532220.490.3100.13217.9862.2965.69
Hex7199DE311F0Dda3e42
Octal161231336613701533276102
Binary111000110011001110111101100011111101101110110101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7199DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7199DE; }

 p { color: rgb(113,153,222); }

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

<style>
 a { background-color: #7199DE; }

 a { background-color: rgb(113,153,222); }

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

<style>
 span { border-color: #7199DE; }

 span { border-color: rgb(113,153,222); }

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