Html Css Color HEX #729CE6 Cornflower Blue

📋 copy color: '#729CE6'

red 114 ◦ green 156 ◦ blue 230

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

Shades of Cornflower Blue #729CE6

Tints of Cornflower Blue #729CE6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.2%

 BLUE value IS 230 (90.23% from 255) = 46%

R = 22.8%
G = 31.2%
B = 46%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#729CE6 (or 0x729CE6) is known color: Cornflower Blue. HEX triplet: 72, 9C and E6. RGB value is (114,156,230). Sum of RGB (Red+Green+Blue) = 114+156+230=500 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.8% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #729CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729CE6 is #8D6319. Grayscale: #979797. Windows color (decimal): -9265946 or 15113330. OLE color: 15113330.

HSL color Cylindrical-coordinate representation of color #729CE6: hue angle of 218.28º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #729CE6 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 156 230 -
CMYK 0.50 0.32 0 0.10
HSL 218.28º 0.7% 0.67% -
HSV(B) 218.28º 0.5% 0.9% -
XYZ 33.11 33.07 79.5 -
YUV 151.88 172.09 100.98 -
System Red Green Blue C M Y K H S L
Decimal 114 156 230 0.50 0.32 0 0.10 218.28 0.7 0.67
Hex 72 9C E6 32 20 0 A DA 46 43
Octal 162 234 346 62 40 0 12 332 106 103
Binary 1110010 10011100 11100110 110010 100000 0 1010 11011010 1000110 1000011

Color Harmonies of #729CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CE6

Black with #729CE6

Text Example


Text Example

White with #729CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,156,230); }

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

background-color css

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

 a { background-color: rgb(114,156,230); }

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

border-color css

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

 span { border-color: rgb(114,156,230); }

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