#728BF2

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

Shades of Cornflower Blue #728BF2

Tints of Cornflower Blue #728BF2

Color information

#728BF2 (or 0x728BF2) is unknown color: approx Cornflower Blue. HEX triplet: 72, 8B and F2. RGB value is (114,139,242). Sum of RGB (Red+Green+Blue) = 114+139+242=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #728BF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728BF2 is #8D740D. Grayscale: #8E8E8E. Windows color (decimal): -9270286 or 15895410. OLE color: 15895410.

HSL color Cylindrical-coordinate representation of color #728BF2: hue angle of 228.28º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #728BF2 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB114139242-
CMYK0.530.4300.05
HSL228.28º83.12%69.8%-
HSV(B)228.28º52.89%94.9%-
XYZ32.228.4587.8-
YUV143.27183.72107.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.03%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 242 (94.92% from 255) = 48.89%
R=23.03%
G=28.08%
B=48.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1141392420.530.4300.05228.2883.1269.8
Hex728BF2352B05e45346
Octal162213362655305344123106
Binary1110010100010111111001011010110101101011110010010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,139,242); }

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

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

 a { background-color: rgb(114,139,242); }

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

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

 span { border-color: rgb(114,139,242); }

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