Html Css Color HEX #729DEA Cornflower Blue

📋 copy color: '#729DEA'

red 114 ◦ green 157 ◦ blue 234

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

Shades of Cornflower Blue #729DEA

Tints of Cornflower Blue #729DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.09%

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

R = 22.57%
G = 31.09%
B = 46.34%

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

#729DEA (or 0x729DEA) is known color: Cornflower Blue. HEX triplet: 72, 9D and EA. RGB value is (114,157,234). Sum of RGB (Red+Green+Blue) = 114+157+234=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #729DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729DEA is #8D6215. Grayscale: #989898. Windows color (decimal): -9265686 or 15375730. OLE color: 15375730.

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

Color convert

RGB 114 157 234 -
CMYK 0.51 0.33 0 0.08
HSL 218.5º 0.74% 0.68% -
HSV(B) 218.5º 0.51% 0.92% -
XYZ 33.85 33.63 82.55 -
YUV 152.92 173.75 100.24 -
System Red Green Blue C M Y K H S L
Decimal 114 157 234 0.51 0.33 0 0.08 218.5 0.74 0.68
Hex 72 9D EA 33 21 0 8 DA 4A 44
Octal 162 235 352 63 41 0 10 332 112 104
Binary 1110010 10011101 11101010 110011 100001 0 1000 11011010 1001010 1000100

Color Harmonies of #729DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729DEA

Black with #729DEA

Text Example


Text Example

White with #729DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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