#7189FA

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

Shades of Cornflower Blue #7189FA

Tints of Cornflower Blue #7189FA

Color information

#7189FA (or 0x7189FA) is unknown color: approx Cornflower Blue. HEX triplet: 71, 89 and FA. RGB value is (113,137,250). Sum of RGB (Red+Green+Blue) = 113+137+250=500 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.6% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #7189FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7189FA is #8E7605. Grayscale: #8E8E8E. Windows color (decimal): -9336326 or 16419185. OLE color: 16419185.

HSL color Cylindrical-coordinate representation of color #7189FA: hue angle of 229.49º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7189FA is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113137250-
CMYK0.550.4500.02
HSL229.49º93.2%71.18%-
HSV(B)229.49º54.8%98.04%-
XYZ33.0128.394.17-
YUV142.71188.55106.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.6%
GREEN value IS 137 (53.91% from 255) = 27.4%
BLUE value IS 250 (98.05% from 255) = 50%
R=22.6%
G=27.4%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131372500.550.4500.02229.4993.271.18
Hex7189FA372D02e55d47
Octal161211372675502345135107
Binary111000110001001111110101101111011010101110010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7189FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7189FA; }

 p { color: rgb(113,137,250); }

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

<style>
 a { background-color: #7189FA; }

 a { background-color: rgb(113,137,250); }

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

<style>
 span { border-color: #7189FA; }

 span { border-color: rgb(113,137,250); }

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