#728AF9

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

Shades of Cornflower Blue #728AF9

Tints of Cornflower Blue #728AF9

Color information

#728AF9 (or 0x728AF9) is unknown color: approx Cornflower Blue. HEX triplet: 72, 8A and F9. RGB value is (114,138,249). Sum of RGB (Red+Green+Blue) = 114+138+249=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #728AF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728AF9 is #8D7506. Grayscale: #8F8F8F. Windows color (decimal): -9270535 or 16353906. OLE color: 16353906.

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

Color convert

RGB114138249-
CMYK0.540.4500.02
HSL229.33º91.84%71.18%-
HSV(B)229.33º54.22%97.65%-
XYZ33.1328.5993.4-
YUV143.48187.55106.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.75%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 249 (97.66% from 255) = 49.70%
R=22.75%
G=27.54%
B=49.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1141382490.540.4500.02229.3391.8471.18
Hex728AF9362D02e55c47
Octal162212371665502345134107
Binary111001010001010111110011101101011010101110010110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728AF9; }

 p { color: rgb(114,138,249); }

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

<style>
 a { background-color: #728AF9; }

 a { background-color: rgb(114,138,249); }

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

<style>
 span { border-color: #728AF9; }

 span { border-color: rgb(114,138,249); }

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