Html Css Color HEX #729EEA Cornflower Blue

📋 copy color: '#729EEA'

red 114 ◦ green 158 ◦ blue 234

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

Shades of Cornflower Blue #729EEA

Tints of Cornflower Blue #729EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.23%

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

R = 22.53%
G = 31.23%
B = 46.25%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#729EEA (or 0x729EEA) is known color: Cornflower Blue. HEX triplet: 72, 9E and EA. RGB value is (114,158,234). Sum of RGB (Red+Green+Blue) = 114+158+234=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #729EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729EEA is #8D6115. Grayscale: #999999. Windows color (decimal): -9265430 or 15375986. OLE color: 15375986.

HSL color Cylindrical-coordinate representation of color #729EEA: hue angle of 218º 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 #729EEA is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 158 234 -
CMYK 0.51 0.32 0 0.08
HSL 218º 0.74% 0.68% -
HSV(B) 218º 0.51% 0.92% -
XYZ 34.02 33.97 82.61 -
YUV 153.51 173.42 99.82 -
System Red Green Blue C M Y K H S L
Decimal 114 158 234 0.51 0.32 0 0.08 218 0.74 0.68
Hex 72 9E EA 33 20 0 8 DA 4A 44
Octal 162 236 352 63 40 0 10 332 112 104
Binary 1110010 10011110 11101010 110011 100000 0 1000 11011010 1001010 1000100

Color Harmonies of #729EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729EEA

Black with #729EEA

Text Example


Text Example

White with #729EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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