Html Css Color HEX #729CE7 Cornflower Blue

📋 copy color: '#729CE7'

red 114 ◦ green 156 ◦ blue 231

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

Shades of Cornflower Blue #729CE7

Tints of Cornflower Blue #729CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.11%

R = 22.75%
G = 31.14%
B = 46.11%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#729CE7 (or 0x729CE7) is known color: Cornflower Blue. HEX triplet: 72, 9C and E7. RGB value is (114,156,231). Sum of RGB (Red+Green+Blue) = 114+156+231=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 231 (90.62% from 255 or 46.11% from 501); Max value from RGB is 231 - color contains mainly: blue. Hex color #729CE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729CE7 is #8D6318. Grayscale: #979797. Windows color (decimal): -9265945 or 15178866. OLE color: 15178866.

HSL color Cylindrical-coordinate representation of color #729CE7: hue angle of 218.46º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #729CE7 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 156 231 -
CMYK 0.51 0.32 0 0.09
HSL 218.46º 0.71% 0.68% -
HSV(B) 218.46º 0.51% 0.91% -
XYZ 33.25 33.12 80.24 -
YUV 151.99 172.59 100.9 -
System Red Green Blue C M Y K H S L
Decimal 114 156 231 0.51 0.32 0 0.09 218.46 0.71 0.68
Hex 72 9C E7 33 20 0 9 DA 47 44
Octal 162 234 347 63 40 0 11 332 107 104
Binary 1110010 10011100 11100111 110011 100000 0 1001 11011010 1000111 1000100

Color Harmonies of #729CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CE7

Black with #729CE7

Text Example


Text Example

White with #729CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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