Html Css Color HEX #728FD6 Cornflower Blue

📋 copy color: '#728FD6'

red 114 ◦ green 143 ◦ blue 214

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

Shades of Cornflower Blue #728FD6

Tints of Cornflower Blue #728FD6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.36%

 BLUE value IS 214 (83.98% from 255) = 45.44%

R = 24.2%
G = 30.36%
B = 45.44%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#728FD6 (or 0x728FD6) is known color: Cornflower Blue. HEX triplet: 72, 8F and D6. RGB value is (114,143,214). Sum of RGB (Red+Green+Blue) = 114+143+214=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #728FD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728FD6 is #8D7029. Grayscale: #8E8E8E. Windows color (decimal): -9269290 or 14061426. OLE color: 14061426.

HSL color Cylindrical-coordinate representation of color #728FD6: hue angle of 222.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #728FD6 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 143 214 -
CMYK 0.47 0.33 0 0.16
HSL 222.6º 0.55% 0.64% -
HSV(B) 222.6º 0.47% 0.84% -
XYZ 28.9 28.08 67.51 -
YUV 142.42 168.39 107.73 -
System Red Green Blue C M Y K H S L
Decimal 114 143 214 0.47 0.33 0 0.16 222.6 0.55 0.64
Hex 72 8F D6 2F 21 0 10 DF 37 40
Octal 162 217 326 57 41 0 20 337 67 100
Binary 1110010 10001111 11010110 101111 100001 0 10000 11011111 110111 1000000

Color Harmonies of #728FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728FD6

Black with #728FD6

Text Example


Text Example

White with #728FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,143,214); }

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

background-color css

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

 a { background-color: rgb(114,143,214); }

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

border-color css

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

 span { border-color: rgb(114,143,214); }

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