Html Css Color HEX #728BDC Cornflower Blue

📋 copy color: '#728BDC'

red 114 ◦ green 139 ◦ blue 220

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

Shades of Cornflower Blue #728BDC

Tints of Cornflower Blue #728BDC

RGB

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

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

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

R = 24.1%
G = 29.39%
B = 46.51%

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

#728BDC (or 0x728BDC) is known color: Cornflower Blue. HEX triplet: 72, 8B and DC. RGB value is (114,139,220). Sum of RGB (Red+Green+Blue) = 114+139+220=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #728BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BDC is #8D7423. Grayscale: #8C8C8C. Windows color (decimal): -9270308 or 14453618. OLE color: 14453618.

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

Color convert

RGB 114 139 220 -
CMYK 0.48 0.37 0 0.14
HSL 225.85º 0.6% 0.65% -
HSV(B) 225.85º 0.48% 0.86% -
XYZ 29.09 27.21 71.43 -
YUV 140.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 114 139 220 0.48 0.37 0 0.14 225.85 0.6 0.65
Hex 72 8B DC 30 25 0 E E2 3C 41
Octal 162 213 334 60 45 0 16 342 74 101
Binary 1110010 10001011 11011100 110000 100101 0 1110 11100010 111100 1000001

Color Harmonies of #728BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BDC

Black with #728BDC

Text Example


Text Example

White with #728BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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