Html Css Color HEX #729DED Cornflower Blue

📋 copy color: '#729DED'

red 114 ◦ green 157 ◦ blue 237

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

Shades of Cornflower Blue #729DED

Tints of Cornflower Blue #729DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.65%

R = 22.44%
G = 30.91%
B = 46.65%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#729DED (or 0x729DED) is known color: Cornflower Blue. HEX triplet: 72, 9D and ED. RGB value is (114,157,237). Sum of RGB (Red+Green+Blue) = 114+157+237=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #729DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729DED is #8D6212. Grayscale: #989898. Windows color (decimal): -9265683 or 15572338. OLE color: 15572338.

HSL color Cylindrical-coordinate representation of color #729DED: hue angle of 219.02º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #729DED is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 157 237 -
CMYK 0.52 0.34 0 0.07
HSL 219.02º 0.77% 0.69% -
HSV(B) 219.02º 0.52% 0.93% -
XYZ 34.28 33.81 84.84 -
YUV 153.26 175.25 100 -
System Red Green Blue C M Y K H S L
Decimal 114 157 237 0.52 0.34 0 0.07 219.02 0.77 0.69
Hex 72 9D ED 34 22 0 7 DB 4D 45
Octal 162 235 355 64 42 0 7 333 115 105
Binary 1110010 10011101 11101101 110100 100010 0 111 11011011 1001101 1000101

Color Harmonies of #729DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729DED

Black with #729DED

Text Example


Text Example

White with #729DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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