Html Css Color HEX #729CFB Cornflower Blue

📋 copy color: '#729CFB'

red 114 ◦ green 156 ◦ blue 251

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

Shades of Cornflower Blue #729CFB

Tints of Cornflower Blue #729CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.18%

R = 21.88%
G = 29.94%
B = 48.18%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#729CFB (or 0x729CFB) is known color: Cornflower Blue. HEX triplet: 72, 9C and FB. RGB value is (114,156,251). Sum of RGB (Red+Green+Blue) = 114+156+251=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #729CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729CFB is #8D6304. Grayscale: #999999. Windows color (decimal): -9265925 or 16489586. OLE color: 16489586.

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

Color convert

RGB 114 156 251 -
CMYK 0.55 0.38 0 0.02
HSL 221.61º 0.94% 0.72% -
HSV(B) 221.61º 0.55% 0.98% -
XYZ 36.24 34.32 95.98 -
YUV 154.27 182.59 99.28 -
System Red Green Blue C M Y K H S L
Decimal 114 156 251 0.55 0.38 0 0.02 221.61 0.94 0.72
Hex 72 9C FB 37 26 0 2 DE 5E 48
Octal 162 234 373 67 46 0 2 336 136 110
Binary 1110010 10011100 11111011 110111 100110 0 10 11011110 1011110 1001000

Color Harmonies of #729CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CFB

Black with #729CFB

Text Example


Text Example

White with #729CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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