Html Css Color HEX #728ADC Cornflower Blue

📋 copy color: '#728ADC'

red 114 ◦ green 138 ◦ blue 220

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

Shades of Cornflower Blue #728ADC

Tints of Cornflower Blue #728ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 24.15%
G = 29.24%
B = 46.61%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#728ADC (or 0x728ADC) is known color: Cornflower Blue. HEX triplet: 72, 8A and DC. RGB value is (114,138,220). Sum of RGB (Red+Green+Blue) = 114+138+220=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #728ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ADC is #8D7523. Grayscale: #8B8B8B. Windows color (decimal): -9270564 or 14453362. OLE color: 14453362.

HSL color Cylindrical-coordinate representation of color #728ADC: hue angle of 226.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #728ADC is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 138 220 -
CMYK 0.48 0.37 0 0.14
HSL 226.42º 0.6% 0.65% -
HSV(B) 226.42º 0.48% 0.86% -
XYZ 28.95 26.92 71.38 -
YUV 140.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 114 138 220 0.48 0.37 0 0.14 226.42 0.6 0.65
Hex 72 8A DC 30 25 0 E E2 3C 41
Octal 162 212 334 60 45 0 16 342 74 101
Binary 1110010 10001010 11011100 110000 100101 0 1110 11100010 111100 1000001

Color Harmonies of #728ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728ADC

Black with #728ADC

Text Example


Text Example

White with #728ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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