#728EFB

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

Shades of Cornflower Blue #728EFB

Tints of Cornflower Blue #728EFB

Color information

#728EFB (or 0x728EFB) is unknown color: approx Cornflower Blue. HEX triplet: 72, 8E and FB. RGB value is (114,142,251). Sum of RGB (Red+Green+Blue) = 114+142+251=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #728EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728EFB is #8D7104. Grayscale: #919191. Windows color (decimal): -9269509 or 16486002. OLE color: 16486002.

HSL color Cylindrical-coordinate representation of color #728EFB: hue angle of 227.74º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #728EFB is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB114142251-
CMYK0.550.4300.02
HSL227.74º94.48%71.57%-
HSV(B)227.74º54.58%98.43%-
XYZ34.0329.8995.24-
YUV146.05187.22105.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.49%
GREEN value IS 142 (55.86% from 255) = 28.01%
BLUE value IS 251 (98.44% from 255) = 49.51%
R=22.49%
G=28.01%
B=49.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1141422510.550.4300.02227.7494.4871.57
Hex728EFB372B02e45e48
Octal162216373675302344136110
Binary111001010001110111110111101111010110101110010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,142,251); }

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

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

 a { background-color: rgb(114,142,251); }

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

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

 span { border-color: rgb(114,142,251); }

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