Html Css Color HEX #729BFF Cornflower Blue

📋 copy color: '#729BFF'

red 114 ◦ green 155 ◦ blue 255

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

Shades of Cornflower Blue #729BFF

Tints of Cornflower Blue #729BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.58%

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

R = 21.76%
G = 29.58%
B = 48.66%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#729BFF (or 0x729BFF) is known color: Cornflower Blue. HEX triplet: 72, 9B and FF. RGB value is (114,155,255). Sum of RGB (Red+Green+Blue) = 114+155+255=524 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.76% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #729BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729BFF is #8D6400. Grayscale: #999999. Windows color (decimal): -9266177 or 16751474. OLE color: 16751474.

HSL color Cylindrical-coordinate representation of color #729BFF: hue angle of 222.55º 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 #729BFF is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 155 255 -
CMYK 0.55 0.39 0 0
HSL 222.55º 1% 0.72% -
HSV(B) 222.55º 0.55% 1% -
XYZ 36.71 34.24 99.28 -
YUV 154.14 184.92 99.37 -
System Red Green Blue C M Y K H S L
Decimal 114 155 255 0.55 0.39 0 0 222.55 1 0.72
Hex 72 9B FF 37 27 0 0 DF 64 48
Octal 162 233 377 67 47 0 0 337 144 110
Binary 1110010 10011011 11111111 110111 100111 0 0 11011111 1100100 1001000

Color Harmonies of #729BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729BFF

Black with #729BFF

Text Example


Text Example

White with #729BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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