#729dff

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

Shades of Cornflower Blue #729DFF

Tints of Cornflower Blue #729DFF

Color information

#729DFF (or 0x729DFF) is unknown color: approx Cornflower Blue. HEX triplet: 72, 9D and FF. RGB value is (114,157,255). Sum of RGB (Red+Green+Blue) = 114+157+255=526 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.67% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #729DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729DFF is #8D6200. Grayscale: #9A9A9A. Windows color (decimal): -9265665 or 16751986. OLE color: 16751986.

HSL color Cylindrical-coordinate representation of color #729DFF: hue angle of 221.7º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #729DFF is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB114157255-
CMYK0.550.3800
HSL221.7º100%72.35%-
HSV(B)221.7º55.29%100%-
XYZ37.0534.9199.39-
YUV155.32184.2598.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.67%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 255 (100% from 255) = 48.48%
R=21.67%
G=29.85%
B=48.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1141572550.550.3800221.710072.35
Hex729DFF372600de6448
Octal162235377674600336144110
Binary11100101001110111111111110111100110001101111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729dff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,157,255); }

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

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

 a { background-color: rgb(114,157,255); }

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

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

 span { border-color: rgb(114,157,255); }

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