Html Css Color HEX #728FE0 Cornflower Blue

📋 copy color: '#728FE0'

red 114 ◦ green 143 ◦ blue 224

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

Shades of Cornflower Blue #728FE0

Tints of Cornflower Blue #728FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.73%

 BLUE value IS 224 (87.89% from 255) = 46.57%

R = 23.7%
G = 29.73%
B = 46.57%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#728FE0 (or 0x728FE0) is known color: Cornflower Blue. HEX triplet: 72, 8F and E0. RGB value is (114,143,224). Sum of RGB (Red+Green+Blue) = 114+143+224=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #728FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728FE0 is #8D701F. Grayscale: #8F8F8F. Windows color (decimal): -9269280 or 14716786. OLE color: 14716786.

HSL color Cylindrical-coordinate representation of color #728FE0: hue angle of 224.18º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #728FE0 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 143 224 -
CMYK 0.49 0.36 0 0.12
HSL 224.18º 0.64% 0.66% -
HSV(B) 224.18º 0.49% 0.88% -
XYZ 30.22 28.6 74.45 -
YUV 143.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 114 143 224 0.49 0.36 0 0.12 224.18 0.64 0.66
Hex 72 8F E0 31 24 0 C E0 40 42
Octal 162 217 340 61 44 0 14 340 100 102
Binary 1110010 10001111 11100000 110001 100100 0 1100 11100000 1000000 1000010

Color Harmonies of #728FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728FE0

Black with #728FE0

Text Example


Text Example

White with #728FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,143,224); }

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

background-color css

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

 a { background-color: rgb(114,143,224); }

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

border-color css

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

 span { border-color: rgb(114,143,224); }

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