Html Css Color HEX #729FEB Cornflower Blue

📋 copy color: '#729FEB'

red 114 ◦ green 159 ◦ blue 235

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

Shades of Cornflower Blue #729FEB

Tints of Cornflower Blue #729FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.3%

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 22.44%
G = 31.3%
B = 46.26%

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

#729FEB (or 0x729FEB) is known color: Cornflower Blue. HEX triplet: 72, 9F and EB. RGB value is (114,159,235). Sum of RGB (Red+Green+Blue) = 114+159+235=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #729FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729FEB is #8D6014. Grayscale: #999999. Windows color (decimal): -9265173 or 15441778. OLE color: 15441778.

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

Color convert

RGB 114 159 235 -
CMYK 0.51 0.32 0 0.08
HSL 217.69º 0.75% 0.68% -
HSV(B) 217.69º 0.51% 0.92% -
XYZ 34.33 34.37 83.42 -
YUV 154.21 173.59 99.32 -
System Red Green Blue C M Y K H S L
Decimal 114 159 235 0.51 0.32 0 0.08 217.69 0.75 0.68
Hex 72 9F EB 33 20 0 8 DA 4B 44
Octal 162 237 353 63 40 0 10 332 113 104
Binary 1110010 10011111 11101011 110011 100000 0 1000 11011010 1001011 1000100

Color Harmonies of #729FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729FEB

Black with #729FEB

Text Example


Text Example

White with #729FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,159,235); }

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

background-color css

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

 a { background-color: rgb(114,159,235); }

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

border-color css

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

 span { border-color: rgb(114,159,235); }

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