Html Css Color HEX #729EFF Cornflower Blue

📋 copy color: '#729EFF'

red 114 ◦ green 158 ◦ blue 255

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

Shades of Cornflower Blue #729EFF

Tints of Cornflower Blue #729EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.39%

R = 21.63%
G = 29.98%
B = 48.39%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#729EFF (or 0x729EFF) is known color: Cornflower Blue. HEX triplet: 72, 9E and FF. RGB value is (114,158,255). Sum of RGB (Red+Green+Blue) = 114+158+255=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #729EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729EFF is #8D6100. Grayscale: #9B9B9B. Windows color (decimal): -9265409 or 16752242. OLE color: 16752242.

HSL color Cylindrical-coordinate representation of color #729EFF: hue angle of 221.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #729EFF is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 158 255 -
CMYK 0.55 0.38 0 0
HSL 221.28º 1% 0.72% -
HSV(B) 221.28º 0.55% 1% -
XYZ 37.22 35.25 99.45 -
YUV 155.9 183.92 98.11 -
System Red Green Blue C M Y K H S L
Decimal 114 158 255 0.55 0.38 0 0 221.28 1 0.72
Hex 72 9E FF 37 26 0 0 DD 64 48
Octal 162 236 377 67 46 0 0 335 144 110
Binary 1110010 10011110 11111111 110111 100110 0 0 11011101 1100100 1001000

Color Harmonies of #729EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729EFF

Black with #729EFF

Text Example


Text Example

White with #729EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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