Html Css Color HEX #728EEC Cornflower Blue

📋 copy color: '#728EEC'

red 114 ◦ green 142 ◦ blue 236

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

Shades of Cornflower Blue #728EEC

Tints of Cornflower Blue #728EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 23.17%
G = 28.86%
B = 47.97%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#728EEC (or 0x728EEC) is known color: Cornflower Blue. HEX triplet: 72, 8E and EC. RGB value is (114,142,236). Sum of RGB (Red+Green+Blue) = 114+142+236=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #728EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728EEC is #8D7113. Grayscale: #8F8F8F. Windows color (decimal): -9269524 or 15502962. OLE color: 15502962.

HSL color Cylindrical-coordinate representation of color #728EEC: hue angle of 226.23º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #728EEC is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 142 236 -
CMYK 0.52 0.40 0 0.07
HSL 226.23º 0.76% 0.69% -
HSV(B) 226.23º 0.52% 0.93% -
XYZ 31.75 28.98 83.28 -
YUV 144.34 179.72 106.36 -
System Red Green Blue C M Y K H S L
Decimal 114 142 236 0.52 0.40 0 0.07 226.23 0.76 0.69
Hex 72 8E EC 34 28 0 7 E2 4C 45
Octal 162 216 354 64 50 0 7 342 114 105
Binary 1110010 10001110 11101100 110100 101000 0 111 11100010 1001100 1000101

Color Harmonies of #728EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728EEC

Black with #728EEC

Text Example


Text Example

White with #728EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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