Html Css Color HEX #728CE1 Cornflower Blue

📋 copy color: '#728CE1'

red 114 ◦ green 140 ◦ blue 225

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

Shades of Cornflower Blue #728CE1

Tints of Cornflower Blue #728CE1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.23%

 BLUE value IS 225 (88.28% from 255) = 46.97%

R = 23.8%
G = 29.23%
B = 46.97%

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

#728CE1 (or 0x728CE1) is known color: Cornflower Blue. HEX triplet: 72, 8C and E1. RGB value is (114,140,225). Sum of RGB (Red+Green+Blue) = 114+140+225=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #728CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CE1 is #8D731E. Grayscale: #8D8D8D. Windows color (decimal): -9270047 or 14781554. OLE color: 14781554.

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

Color convert

RGB 114 140 225 -
CMYK 0.49 0.38 0 0.12
HSL 225.95º 0.65% 0.66% -
HSV(B) 225.95º 0.49% 0.88% -
XYZ 29.91 27.77 75.02 -
YUV 141.92 174.89 108.09 -
System Red Green Blue C M Y K H S L
Decimal 114 140 225 0.49 0.38 0 0.12 225.95 0.65 0.66
Hex 72 8C E1 31 26 0 C E2 41 42
Octal 162 214 341 61 46 0 14 342 101 102
Binary 1110010 10001100 11100001 110001 100110 0 1100 11100010 1000001 1000010

Color Harmonies of #728CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728CE1

Black with #728CE1

Text Example


Text Example

White with #728CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,140,225); }

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

background-color css

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

 a { background-color: rgb(114,140,225); }

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

border-color css

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

 span { border-color: rgb(114,140,225); }

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