Html Css Color HEX #729FEC Cornflower Blue

📋 copy color: '#729FEC'

red 114 ◦ green 159 ◦ blue 236

#729FEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #729FEC

Tints of Cornflower Blue #729FEC

RGB

 RED value IS 114 (44.92% from 255) = 22.4%

 GREEN value IS 159 (62.5% from 255) = 31.24%

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 22.4%
G = 31.24%
B = 46.37%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#729FEC (or 0x729FEC) is known color: Cornflower Blue. HEX triplet: 72, 9F and EC. RGB value is (114,159,236). Sum of RGB (Red+Green+Blue) = 114+159+236=509 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.40% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #729FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729FEC is #8D6013. Grayscale: #999999. Windows color (decimal): -9265172 or 15507314. OLE color: 15507314.

HSL color Cylindrical-coordinate representation of color #729FEC: hue angle of 217.87º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #729FEC is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 159 236 -
CMYK 0.52 0.33 0 0.07
HSL 217.87º 0.76% 0.69% -
HSV(B) 217.87º 0.52% 0.93% -
XYZ 34.48 34.43 84.19 -
YUV 154.32 174.09 99.24 -
System Red Green Blue C M Y K H S L
Decimal 114 159 236 0.52 0.33 0 0.07 217.87 0.76 0.69
Hex 72 9F EC 34 21 0 7 DA 4C 45
Octal 162 237 354 64 41 0 7 332 114 105
Binary 1110010 10011111 11101100 110100 100001 0 111 11011010 1001100 1000101

Color Harmonies of #729FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729FEC

Black with #729FEC

Text Example


Text Example

White with #729FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,159,236); }

 H1.HeaderClassName
 {
   color: #729FEC;
 }
 .AnyTagClassName
 {
   color: #729FEC;
 }
</style>

background-color css

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

 a { background-color: rgb(114,159,236); }

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

border-color css

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

 span { border-color: rgb(114,159,236); }

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