Html Css Color HEX #729FFE Cornflower Blue

📋 copy color: '#729FFE'

red 114 ◦ green 159 ◦ blue 254

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

Shades of Cornflower Blue #729FFE

Tints of Cornflower Blue #729FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 21.63%
G = 30.17%
B = 48.2%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#729FFE (or 0x729FFE) is known color: Cornflower Blue. HEX triplet: 72, 9F and FE. RGB value is (114,159,254). Sum of RGB (Red+Green+Blue) = 114+159+254=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #729FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729FFE is #8D6001. Grayscale: #9B9B9B. Windows color (decimal): -9265154 or 16686962. OLE color: 16686962.

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

Color convert

RGB 114 159 254 -
CMYK 0.55 0.37 0 0.00
HSL 220.71º 0.99% 0.72% -
HSV(B) 220.71º 0.55% 1% -
XYZ 37.23 35.53 98.66 -
YUV 156.38 183.09 97.78 -
System Red Green Blue C M Y K H S L
Decimal 114 159 254 0.55 0.37 0 0.00 220.71 0.99 0.72
Hex 72 9F FE 37 25 0 0 DD 63 48
Octal 162 237 376 67 45 0 0 335 143 110
Binary 1110010 10011111 11111110 110111 100101 0 0 11011101 1100011 1001000

Color Harmonies of #729FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729FFE

Black with #729FFE

Text Example


Text Example

White with #729FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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