Html Css Color HEX #729CEA Cornflower Blue

📋 copy color: '#729CEA'

red 114 ◦ green 156 ◦ blue 234

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

Shades of Cornflower Blue #729CEA

Tints of Cornflower Blue #729CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 22.62%
G = 30.95%
B = 46.43%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#729CEA (or 0x729CEA) is known color: Cornflower Blue. HEX triplet: 72, 9C and EA. RGB value is (114,156,234). Sum of RGB (Red+Green+Blue) = 114+156+234=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #729CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729CEA is #8D6315. Grayscale: #979797. Windows color (decimal): -9265942 or 15375474. OLE color: 15375474.

HSL color Cylindrical-coordinate representation of color #729CEA: hue angle of 219º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #729CEA is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 156 234 -
CMYK 0.51 0.33 0 0.08
HSL 219º 0.74% 0.68% -
HSV(B) 219º 0.51% 0.92% -
XYZ 33.68 33.29 82.49 -
YUV 152.33 174.09 100.66 -
System Red Green Blue C M Y K H S L
Decimal 114 156 234 0.51 0.33 0 0.08 219 0.74 0.68
Hex 72 9C EA 33 21 0 8 DB 4A 44
Octal 162 234 352 63 41 0 10 333 112 104
Binary 1110010 10011100 11101010 110011 100001 0 1000 11011011 1001010 1000100

Color Harmonies of #729CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CEA

Black with #729CEA

Text Example


Text Example

White with #729CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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