Html Css Color HEX #729DFF Cornflower Blue

📋 copy color: '#729DFF'

red 114 ◦ green 157 ◦ blue 255

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

Shades of Cornflower Blue #729DFF

Tints of Cornflower Blue #729DFF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.85%

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

R = 21.67%
G = 29.85%
B = 48.48%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#729DFF (or 0x729DFF) is known color: Cornflower Blue. HEX triplet: 72, 9D and FF. RGB value is (114,157,255). Sum of RGB (Red+Green+Blue) = 114+157+255=526 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.67% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #729DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729DFF is #8D6200. Grayscale: #9A9A9A. Windows color (decimal): -9265665 or 16751986. OLE color: 16751986.

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

Color convert

RGB 114 157 255 -
CMYK 0.55 0.38 0 0
HSL 221.7º 1% 0.72% -
HSV(B) 221.7º 0.55% 1% -
XYZ 37.05 34.91 99.39 -
YUV 155.32 184.25 98.53 -
System Red Green Blue C M Y K H S L
Decimal 114 157 255 0.55 0.38 0 0 221.7 1 0.72
Hex 72 9D FF 37 26 0 0 DE 64 48
Octal 162 235 377 67 46 0 0 336 144 110
Binary 1110010 10011101 11111111 110111 100110 0 0 11011110 1100100 1001000

Color Harmonies of #729DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729DFF

Black with #729DFF

Text Example


Text Example

White with #729DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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