#729ef1

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

Shades of Cornflower Blue #729EF1

Tints of Cornflower Blue #729EF1

Color information

#729EF1 (or 0x729EF1) is unknown color: approx Cornflower Blue. HEX triplet: 72, 9E and F1. RGB value is (114,158,241). Sum of RGB (Red+Green+Blue) = 114+158+241=513 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.22% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #729EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729EF1 is #8D610E. Grayscale: #999999. Windows color (decimal): -9265423 or 15834738. OLE color: 15834738.

HSL color Cylindrical-coordinate representation of color #729EF1: hue angle of 219.21º degrees, saturation: 0.82, 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 #729EF1 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB114158241-
CMYK0.530.3400.05
HSL219.21º81.94%69.61%-
HSV(B)219.21º52.7%94.51%-
XYZ35.0434.3888.01-
YUV154.31176.9299.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.22%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 241 (94.53% from 255) = 46.98%
R=22.22%
G=30.80%
B=46.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1141582410.530.3400.05219.2181.9469.61
Hex729EF1352205db5246
Octal162236361654205333122106
Binary1110010100111101111000111010110001001011101101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729ef1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729ef1; }

 p { color: rgb(114,158,241); }

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

<style>
 a { background-color: #729ef1; }

 a { background-color: rgb(114,158,241); }

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

<style>
 span { border-color: #729ef1; }

 span { border-color: rgb(114,158,241); }

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