Html Css Color HEX #729CEF Cornflower Blue

📋 copy color: '#729CEF'

red 114 ◦ green 156 ◦ blue 239

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

Shades of Cornflower Blue #729CEF

Tints of Cornflower Blue #729CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 22.4%
G = 30.65%
B = 46.95%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#729CEF (or 0x729CEF) is known color: Cornflower Blue. HEX triplet: 72, 9C and EF. RGB value is (114,156,239). Sum of RGB (Red+Green+Blue) = 114+156+239=509 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.40% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #729CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729CEF is #8D6310. Grayscale: #989898. Windows color (decimal): -9265937 or 15703154. OLE color: 15703154.

HSL color Cylindrical-coordinate representation of color #729CEF: hue angle of 219.84º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #729CEF is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 156 239 -
CMYK 0.52 0.35 0 0.06
HSL 219.84º 0.8% 0.69% -
HSV(B) 219.84º 0.52% 0.94% -
XYZ 34.41 33.59 86.33 -
YUV 152.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 114 156 239 0.52 0.35 0 0.06 219.84 0.8 0.69
Hex 72 9C EF 34 23 0 6 DC 50 45
Octal 162 234 357 64 43 0 6 334 120 105
Binary 1110010 10011100 11101111 110100 100011 0 110 11011100 1010000 1000101

Color Harmonies of #729CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CEF

Black with #729CEF

Text Example


Text Example

White with #729CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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