Html Css Color HEX #728EEE Cornflower Blue

📋 copy color: '#728EEE'

red 114 ◦ green 142 ◦ blue 238

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

Shades of Cornflower Blue #728EEE

Tints of Cornflower Blue #728EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.18%

R = 23.08%
G = 28.74%
B = 48.18%

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

#728EEE (or 0x728EEE) is known color: Cornflower Blue. HEX triplet: 72, 8E and EE. RGB value is (114,142,238). Sum of RGB (Red+Green+Blue) = 114+142+238=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #728EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728EEE is #8D7111. Grayscale: #909090. Windows color (decimal): -9269522 or 15634034. OLE color: 15634034.

HSL color Cylindrical-coordinate representation of color #728EEE: hue angle of 226.45º degrees, saturation: 0.78, 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 #728EEE is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 142 238 -
CMYK 0.52 0.40 0 0.07
HSL 226.45º 0.78% 0.69% -
HSV(B) 226.45º 0.52% 0.93% -
XYZ 32.05 29.1 84.82 -
YUV 144.57 180.72 106.19 -
System Red Green Blue C M Y K H S L
Decimal 114 142 238 0.52 0.40 0 0.07 226.45 0.78 0.69
Hex 72 8E EE 34 28 0 7 E2 4E 45
Octal 162 216 356 64 50 0 7 342 116 105
Binary 1110010 10001110 11101110 110100 101000 0 111 11100010 1001110 1000101

Color Harmonies of #728EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728EEE

Black with #728EEE

Text Example


Text Example

White with #728EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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