Html Css Color HEX #728AF7 Cornflower Blue

📋 copy color: '#728AF7'

red 114 ◦ green 138 ◦ blue 247

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

Shades of Cornflower Blue #728AF7

Tints of Cornflower Blue #728AF7

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.66%

 BLUE value IS 247 (96.88% from 255) = 49.5%

R = 22.85%
G = 27.66%
B = 49.5%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#728AF7 (or 0x728AF7) is known color: Cornflower Blue. HEX triplet: 72, 8A and F7. RGB value is (114,138,247). Sum of RGB (Red+Green+Blue) = 114+138+247=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #728AF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728AF7 is #8D7508. Grayscale: #8E8E8E. Windows color (decimal): -9270537 or 16222834. OLE color: 16222834.

HSL color Cylindrical-coordinate representation of color #728AF7: hue angle of 229.17º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #728AF7 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 114 138 247 -
CMYK 0.54 0.44 0 0.03
HSL 229.17º 0.89% 0.71% -
HSV(B) 229.17º 0.54% 0.97% -
XYZ 32.82 28.47 91.76 -
YUV 143.25 186.55 107.14 -
System Red Green Blue C M Y K H S L
Decimal 114 138 247 0.54 0.44 0 0.03 229.17 0.89 0.71
Hex 72 8A F7 36 2C 0 3 E5 59 47
Octal 162 212 367 66 54 0 3 345 131 107
Binary 1110010 10001010 11110111 110110 101100 0 11 11100101 1011001 1000111

Color Harmonies of #728AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728AF7

Black with #728AF7

Text Example


Text Example

White with #728AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728AF7; }

 p { color: rgb(114,138,247); }

 H1.HeaderClassName
 {
   color: #728AF7;
 }
 .AnyTagClassName
 {
   color: #728AF7;
 }
</style>

background-color css

<style>
 a { background-color: #728AF7; }

 a { background-color: rgb(114,138,247); }

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

border-color css

<style>
 span { border-color: #728AF7; }

 span { border-color: rgb(114,138,247); }

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