Html Css Color HEX #728EDD Cornflower Blue

📋 copy color: '#728EDD'

red 114 ◦ green 142 ◦ blue 221

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

Shades of Cornflower Blue #728EDD

Tints of Cornflower Blue #728EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 23.9%
G = 29.77%
B = 46.33%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#728EDD (or 0x728EDD) is known color: Cornflower Blue. HEX triplet: 72, 8E and DD. RGB value is (114,142,221). Sum of RGB (Red+Green+Blue) = 114+142+221=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #728EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728EDD is #8D7122. Grayscale: #8E8E8E. Windows color (decimal): -9269539 or 14519922. OLE color: 14519922.

HSL color Cylindrical-coordinate representation of color #728EDD: hue angle of 224.3º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #728EDD is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 142 221 -
CMYK 0.48 0.36 0 0.13
HSL 224.3º 0.61% 0.66% -
HSV(B) 224.3º 0.48% 0.87% -
XYZ 29.66 28.14 72.28 -
YUV 142.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 114 142 221 0.48 0.36 0 0.13 224.3 0.61 0.66
Hex 72 8E DD 30 24 0 D E0 3D 42
Octal 162 216 335 60 44 0 15 340 75 102
Binary 1110010 10001110 11011101 110000 100100 0 1101 11100000 111101 1000010

Color Harmonies of #728EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728EDD

Black with #728EDD

Text Example


Text Example

White with #728EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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