Html Css Color HEX #729CF0 Cornflower Blue

📋 copy color: '#729CF0'

red 114 ◦ green 156 ◦ blue 240

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

Shades of Cornflower Blue #729CF0

Tints of Cornflower Blue #729CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.06%

R = 22.35%
G = 30.59%
B = 47.06%

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

#729CF0 (or 0x729CF0) is known color: Cornflower Blue. HEX triplet: 72, 9C and F0. RGB value is (114,156,240). Sum of RGB (Red+Green+Blue) = 114+156+240=510 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.35% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #729CF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729CF0 is #8D630F. Grayscale: #989898. Windows color (decimal): -9265936 or 15768690. OLE color: 15768690.

HSL color Cylindrical-coordinate representation of color #729CF0: hue angle of 220º degrees, saturation: 0.81, 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 #729CF0 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 156 240 -
CMYK 0.52 0.35 0 0.06
HSL 220º 0.81% 0.69% -
HSV(B) 220º 0.53% 0.94% -
XYZ 34.56 33.65 87.11 -
YUV 153.02 177.09 100.17 -
System Red Green Blue C M Y K H S L
Decimal 114 156 240 0.52 0.35 0 0.06 220 0.81 0.69
Hex 72 9C F0 34 23 0 6 DC 51 45
Octal 162 234 360 64 43 0 6 334 121 105
Binary 1110010 10011100 11110000 110100 100011 0 110 11011100 1010001 1000101

Color Harmonies of #729CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CF0

Black with #729CF0

Text Example


Text Example

White with #729CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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