Html Css Color HEX #728CDC Cornflower Blue

📋 copy color: '#728CDC'

red 114 ◦ green 140 ◦ blue 220

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

Shades of Cornflower Blue #728CDC

Tints of Cornflower Blue #728CDC

RGB

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

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

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

R = 24.05%
G = 29.54%
B = 46.41%

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

#728CDC (or 0x728CDC) is known color: Cornflower Blue. HEX triplet: 72, 8C and DC. RGB value is (114,140,220). Sum of RGB (Red+Green+Blue) = 114+140+220=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #728CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CDC is #8D7323. Grayscale: #8C8C8C. Windows color (decimal): -9270052 or 14453874. OLE color: 14453874.

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

Color convert

RGB 114 140 220 -
CMYK 0.48 0.36 0 0.14
HSL 225.28º 0.6% 0.65% -
HSV(B) 225.28º 0.48% 0.86% -
XYZ 29.24 27.5 71.48 -
YUV 141.35 172.39 108.5 -
System Red Green Blue C M Y K H S L
Decimal 114 140 220 0.48 0.36 0 0.14 225.28 0.6 0.65
Hex 72 8C DC 30 24 0 E E1 3C 41
Octal 162 214 334 60 44 0 16 341 74 101
Binary 1110010 10001100 11011100 110000 100100 0 1110 11100001 111100 1000001

Color Harmonies of #728CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728CDC

Black with #728CDC

Text Example


Text Example

White with #728CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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