Html Css Color HEX #729EED Cornflower Blue

📋 copy color: '#729EED'

red 114 ◦ green 158 ◦ blue 237

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

Shades of Cornflower Blue #729EED

Tints of Cornflower Blue #729EED

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.04%

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 22.4%
G = 31.04%
B = 46.56%

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

#729EED (or 0x729EED) is known color: Cornflower Blue. HEX triplet: 72, 9E and ED. RGB value is (114,158,237). Sum of RGB (Red+Green+Blue) = 114+158+237=509 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.40% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #729EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729EED is #8D6112. Grayscale: #999999. Windows color (decimal): -9265427 or 15572594. OLE color: 15572594.

HSL color Cylindrical-coordinate representation of color #729EED: hue angle of 218.54º degrees, saturation: 0.77, 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 #729EED is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 158 237 -
CMYK 0.52 0.33 0 0.07
HSL 218.54º 0.77% 0.69% -
HSV(B) 218.54º 0.52% 0.93% -
XYZ 34.45 34.15 84.9 -
YUV 153.85 174.92 99.58 -
System Red Green Blue C M Y K H S L
Decimal 114 158 237 0.52 0.33 0 0.07 218.54 0.77 0.69
Hex 72 9E ED 34 21 0 7 DB 4D 45
Octal 162 236 355 64 41 0 7 333 115 105
Binary 1110010 10011110 11101101 110100 100001 0 111 11011011 1001101 1000101

Color Harmonies of #729EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729EED

Black with #729EED

Text Example


Text Example

White with #729EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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