Html Css Color HEX #728ED8 Cornflower Blue

📋 copy color: '#728ED8'

red 114 ◦ green 142 ◦ blue 216

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

Shades of Cornflower Blue #728ED8

Tints of Cornflower Blue #728ED8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.08%

 BLUE value IS 216 (84.77% from 255) = 45.76%

R = 24.15%
G = 30.08%
B = 45.76%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#728ED8 (or 0x728ED8) is known color: Cornflower Blue. HEX triplet: 72, 8E and D8. RGB value is (114,142,216). Sum of RGB (Red+Green+Blue) = 114+142+216=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #728ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ED8 is #8D7127. Grayscale: #8D8D8D. Windows color (decimal): -9269544 or 14192242. OLE color: 14192242.

HSL color Cylindrical-coordinate representation of color #728ED8: hue angle of 223.53º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #728ED8 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 142 216 -
CMYK 0.47 0.34 0 0.15
HSL 223.53º 0.57% 0.65% -
HSV(B) 223.53º 0.47% 0.85% -
XYZ 29.01 27.88 68.82 -
YUV 142.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 114 142 216 0.47 0.34 0 0.15 223.53 0.57 0.65
Hex 72 8E D8 2F 22 0 F E0 39 41
Octal 162 216 330 57 42 0 17 340 71 101
Binary 1110010 10001110 11011000 101111 100010 0 1111 11100000 111001 1000001

Color Harmonies of #728ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728ED8

Black with #728ED8

Text Example


Text Example

White with #728ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,142,216); }

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

background-color css

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

 a { background-color: rgb(114,142,216); }

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

border-color css

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

 span { border-color: rgb(114,142,216); }

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