#728AF8

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

Shades of Cornflower Blue #728AF8

Tints of Cornflower Blue #728AF8

Color information

#728AF8 (or 0x728AF8) is unknown color: approx Cornflower Blue. HEX triplet: 72, 8A and F8. RGB value is (114,138,248). Sum of RGB (Red+Green+Blue) = 114+138+248=500 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.8% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #728AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728AF8 is #8D7507. Grayscale: #8E8E8E. Windows color (decimal): -9270536 or 16288370. OLE color: 16288370.

HSL color Cylindrical-coordinate representation of color #728AF8: hue angle of 229.25º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #728AF8 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB114138248-
CMYK0.540.4400.03
HSL229.25º90.54%70.98%-
HSV(B)229.25º54.03%97.25%-
XYZ32.9728.5392.58-
YUV143.36187.05107.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.8%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 248 (97.27% from 255) = 49.6%
R=22.8%
G=27.6%
B=49.6%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1141382480.540.4400.03229.2590.5470.98
Hex728AF8362C03e55b47
Octal162212370665403345133107
Binary111001010001010111110001101101011000111110010110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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