#7289FF

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

Shades of Cornflower Blue #7289FF

Tints of Cornflower Blue #7289FF

Color information

#7289FF (or 0x7289FF) is unknown color: approx Cornflower Blue. HEX triplet: 72, 89 and FF. RGB value is (114,137,255). Sum of RGB (Red+Green+Blue) = 114+137+255=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #7289FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7289FF is #8D7600. Grayscale: #8F8F8F. Windows color (decimal): -9270785 or 16746866. OLE color: 16746866.

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

Color convert

RGB114137255-
CMYK0.550.4600
HSL230.21º100%72.35%-
HSV(B)230.21º55.29%100%-
XYZ33.9428.6998.36-
YUV143.57190.88106.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.53%
GREEN value IS 137 (53.91% from 255) = 27.08%
BLUE value IS 255 (100% from 255) = 50.40%
R=22.53%
G=27.08%
B=50.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1141372550.550.4600230.2110072.35
Hex7289FF372E00e66448
Octal162211377675600346144110
Binary11100101000100111111111110111101110001110011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7289FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7289FF; }

 p { color: rgb(114,137,255); }

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

<style>
 a { background-color: #7289FF; }

 a { background-color: rgb(114,137,255); }

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

<style>
 span { border-color: #7289FF; }

 span { border-color: rgb(114,137,255); }

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