#7189FC

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

Shades of Cornflower Blue #7189FC

Tints of Cornflower Blue #7189FC

Color information

#7189FC (or 0x7189FC) is unknown color: approx Cornflower Blue. HEX triplet: 71, 89 and FC. RGB value is (113,137,252). Sum of RGB (Red+Green+Blue) = 113+137+252=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #7189FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7189FC is #8E7603. Grayscale: #8E8E8E. Windows color (decimal): -9336324 or 16550257. OLE color: 16550257.

HSL color Cylindrical-coordinate representation of color #7189FC: hue angle of 229.64º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7189FC is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB113137252-
CMYK0.550.4600.01
HSL229.64º95.86%71.57%-
HSV(B)229.64º55.16%98.82%-
XYZ33.3328.4395.83-
YUV142.93189.55106.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.51%
GREEN value IS 137 (53.91% from 255) = 27.29%
BLUE value IS 252 (98.83% from 255) = 50.20%
R=22.51%
G=27.29%
B=50.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1131372520.550.4600.01229.6495.8671.57
Hex7189FC372E01e66048
Octal161211374675601346140110
Binary11100011000100111111100110111101110011110011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7189FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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