Html Css Color HEX #729FED Cornflower Blue

📋 copy color: '#729FED'

red 114 ◦ green 159 ◦ blue 237

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

Shades of Cornflower Blue #729FED

Tints of Cornflower Blue #729FED

RGB

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

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

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

R = 22.35%
G = 31.18%
B = 46.47%

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

#729FED (or 0x729FED) is known color: Cornflower Blue. HEX triplet: 72, 9F and ED. RGB value is (114,159,237). Sum of RGB (Red+Green+Blue) = 114+159+237=510 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.35% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #729FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729FED is #8D6012. Grayscale: #9A9A9A. Windows color (decimal): -9265171 or 15572850. OLE color: 15572850.

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

Color convert

RGB 114 159 237 -
CMYK 0.52 0.33 0 0.07
HSL 218.05º 0.77% 0.69% -
HSV(B) 218.05º 0.52% 0.93% -
XYZ 34.62 34.49 84.95 -
YUV 154.44 174.59 99.16 -
System Red Green Blue C M Y K H S L
Decimal 114 159 237 0.52 0.33 0 0.07 218.05 0.77 0.69
Hex 72 9F ED 34 21 0 7 DA 4D 45
Octal 162 237 355 64 41 0 7 332 115 105
Binary 1110010 10011111 11101101 110100 100001 0 111 11011010 1001101 1000101

Color Harmonies of #729FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729FED

Black with #729FED

Text Example


Text Example

White with #729FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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