Html Css Color HEX #729EEC Cornflower Blue

📋 copy color: '#729EEC'

red 114 ◦ green 158 ◦ blue 236

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

Shades of Cornflower Blue #729EEC

Tints of Cornflower Blue #729EEC

RGB

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

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

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

R = 22.44%
G = 31.1%
B = 46.46%

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

#729EEC (or 0x729EEC) is known color: Cornflower Blue. HEX triplet: 72, 9E and EC. RGB value is (114,158,236). Sum of RGB (Red+Green+Blue) = 114+158+236=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #729EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729EEC is #8D6113. Grayscale: #999999. Windows color (decimal): -9265428 or 15507058. OLE color: 15507058.

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

Color convert

RGB 114 158 236 -
CMYK 0.52 0.33 0 0.07
HSL 218.36º 0.76% 0.69% -
HSV(B) 218.36º 0.52% 0.93% -
XYZ 34.31 34.09 84.13 -
YUV 153.74 174.42 99.66 -
System Red Green Blue C M Y K H S L
Decimal 114 158 236 0.52 0.33 0 0.07 218.36 0.76 0.69
Hex 72 9E EC 34 21 0 7 DA 4C 45
Octal 162 236 354 64 41 0 7 332 114 105
Binary 1110010 10011110 11101100 110100 100001 0 111 11011010 1001100 1000101

Color Harmonies of #729EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729EEC

Black with #729EEC

Text Example


Text Example

White with #729EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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