Html Css Color HEX #728BE0 Cornflower Blue

📋 copy color: '#728BE0'

red 114 ◦ green 139 ◦ blue 224

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

Shades of Cornflower Blue #728BE0

Tints of Cornflower Blue #728BE0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.14%

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

R = 23.9%
G = 29.14%
B = 46.96%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#728BE0 (or 0x728BE0) is known color: Cornflower Blue. HEX triplet: 72, 8B and E0. RGB value is (114,139,224). Sum of RGB (Red+Green+Blue) = 114+139+224=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #728BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BE0 is #8D741F. Grayscale: #8C8C8C. Windows color (decimal): -9270304 or 14715762. OLE color: 14715762.

HSL color Cylindrical-coordinate representation of color #728BE0: hue angle of 226.36º 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 #728BE0 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 139 224 -
CMYK 0.49 0.38 0 0.12
HSL 226.36º 0.64% 0.66% -
HSV(B) 226.36º 0.49% 0.88% -
XYZ 29.63 27.42 74.25 -
YUV 141.22 174.72 108.59 -
System Red Green Blue C M Y K H S L
Decimal 114 139 224 0.49 0.38 0 0.12 226.36 0.64 0.66
Hex 72 8B E0 31 26 0 C E2 40 42
Octal 162 213 340 61 46 0 14 342 100 102
Binary 1110010 10001011 11100000 110001 100110 0 1100 11100010 1000000 1000010

Color Harmonies of #728BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BE0

Black with #728BE0

Text Example


Text Example

White with #728BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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