Html Css Color HEX #728DDC Cornflower Blue

📋 copy color: '#728DDC'

red 114 ◦ green 141 ◦ blue 220

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

Shades of Cornflower Blue #728DDC

Tints of Cornflower Blue #728DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.68%

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

R = 24%
G = 29.68%
B = 46.32%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#728DDC (or 0x728DDC) is known color: Cornflower Blue. HEX triplet: 72, 8D and DC. RGB value is (114,141,220). Sum of RGB (Red+Green+Blue) = 114+141+220=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #728DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DDC is #8D7223. Grayscale: #8D8D8D. Windows color (decimal): -9269796 or 14454130. OLE color: 14454130.

HSL color Cylindrical-coordinate representation of color #728DDC: hue angle of 224.72º 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 #728DDC is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 141 220 -
CMYK 0.48 0.36 0 0.14
HSL 224.72º 0.6% 0.65% -
HSV(B) 224.72º 0.48% 0.86% -
XYZ 29.38 27.79 71.53 -
YUV 141.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 114 141 220 0.48 0.36 0 0.14 224.72 0.6 0.65
Hex 72 8D DC 30 24 0 E E1 3C 41
Octal 162 215 334 60 44 0 16 341 74 101
Binary 1110010 10001101 11011100 110000 100100 0 1110 11100001 111100 1000001

Color Harmonies of #728DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728DDC

Black with #728DDC

Text Example


Text Example

White with #728DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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