Html Css Color HEX #729AF6 Cornflower Blue

📋 copy color: '#729AF6'

red 114 ◦ green 154 ◦ blue 246

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

Shades of Cornflower Blue #729AF6

Tints of Cornflower Blue #729AF6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.96%

 BLUE value IS 246 (96.48% from 255) = 47.86%

R = 22.18%
G = 29.96%
B = 47.86%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#729AF6 (or 0x729AF6) is known color: Cornflower Blue. HEX triplet: 72, 9A and F6. RGB value is (114,154,246). Sum of RGB (Red+Green+Blue) = 114+154+246=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #729AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729AF6 is #8D6509. Grayscale: #989898. Windows color (decimal): -9266442 or 16161394. OLE color: 16161394.

HSL color Cylindrical-coordinate representation of color #729AF6: hue angle of 221.82º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #729AF6 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 154 246 -
CMYK 0.54 0.37 0 0.04
HSL 221.82º 0.88% 0.71% -
HSV(B) 221.82º 0.54% 0.96% -
XYZ 35.13 33.34 91.77 -
YUV 152.53 180.75 100.52 -
System Red Green Blue C M Y K H S L
Decimal 114 154 246 0.54 0.37 0 0.04 221.82 0.88 0.71
Hex 72 9A F6 36 25 0 4 DE 58 47
Octal 162 232 366 66 45 0 4 336 130 107
Binary 1110010 10011010 11110110 110110 100101 0 100 11011110 1011000 1000111

Color Harmonies of #729AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729AF6

Black with #729AF6

Text Example


Text Example

White with #729AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,154,246); }

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

background-color css

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

 a { background-color: rgb(114,154,246); }

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

border-color css

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

 span { border-color: rgb(114,154,246); }

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