Html Css Color HEX #728ADB Cornflower Blue

📋 copy color: '#728ADB'

red 114 ◦ green 138 ◦ blue 219

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

Shades of Cornflower Blue #728ADB

Tints of Cornflower Blue #728ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 24.2%
G = 29.3%
B = 46.5%

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

#728ADB (or 0x728ADB) is known color: Cornflower Blue. HEX triplet: 72, 8A and DB. RGB value is (114,138,219). Sum of RGB (Red+Green+Blue) = 114+138+219=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #728ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ADB is #8D7524. Grayscale: #8B8B8B. Windows color (decimal): -9270565 or 14387826. OLE color: 14387826.

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

Color convert

RGB 114 138 219 -
CMYK 0.48 0.37 0 0.14
HSL 226.29º 0.59% 0.65% -
HSV(B) 226.29º 0.48% 0.86% -
XYZ 28.81 26.87 70.69 -
YUV 140.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 114 138 219 0.48 0.37 0 0.14 226.29 0.59 0.65
Hex 72 8A DB 30 25 0 E E2 3B 41
Octal 162 212 333 60 45 0 16 342 73 101
Binary 1110010 10001010 11011011 110000 100101 0 1110 11100010 111011 1000001

Color Harmonies of #728ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728ADB

Black with #728ADB

Text Example


Text Example

White with #728ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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