Html Css Color HEX #729BFB Cornflower Blue

📋 copy color: '#729BFB'

red 114 ◦ green 155 ◦ blue 251

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

Shades of Cornflower Blue #729BFB

Tints of Cornflower Blue #729BFB

RGB

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

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

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

R = 21.92%
G = 29.81%
B = 48.27%

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

#729BFB (or 0x729BFB) is known color: Cornflower Blue. HEX triplet: 72, 9B and FB. RGB value is (114,155,251). Sum of RGB (Red+Green+Blue) = 114+155+251=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #729BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729BFB is #8D6404. Grayscale: #999999. Windows color (decimal): -9266181 or 16489330. OLE color: 16489330.

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

Color convert

RGB 114 155 251 -
CMYK 0.55 0.38 0 0.02
HSL 222.04º 0.94% 0.72% -
HSV(B) 222.04º 0.55% 0.98% -
XYZ 36.07 33.99 95.93 -
YUV 153.69 182.92 99.69 -
System Red Green Blue C M Y K H S L
Decimal 114 155 251 0.55 0.38 0 0.02 222.04 0.94 0.72
Hex 72 9B FB 37 26 0 2 DE 5E 48
Octal 162 233 373 67 46 0 2 336 136 110
Binary 1110010 10011011 11111011 110111 100110 0 10 11011110 1011110 1001000

Color Harmonies of #729BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729BFB

Black with #729BFB

Text Example


Text Example

White with #729BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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