Html Css Color HEX #728CE0 Cornflower Blue

📋 copy color: '#728CE0'

red 114 ◦ green 140 ◦ blue 224

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

Shades of Cornflower Blue #728CE0

Tints of Cornflower Blue #728CE0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.29%

 BLUE value IS 224 (87.89% from 255) = 46.86%

R = 23.85%
G = 29.29%
B = 46.86%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#728CE0 (or 0x728CE0) is known color: Cornflower Blue. HEX triplet: 72, 8C and E0. RGB value is (114,140,224). Sum of RGB (Red+Green+Blue) = 114+140+224=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #728CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CE0 is #8D731F. Grayscale: #8D8D8D. Windows color (decimal): -9270048 or 14716018. OLE color: 14716018.

HSL color Cylindrical-coordinate representation of color #728CE0: hue angle of 225.82º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #728CE0 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 140 224 -
CMYK 0.49 0.38 0 0.12
HSL 225.82º 0.64% 0.66% -
HSV(B) 225.82º 0.49% 0.88% -
XYZ 29.77 27.72 74.3 -
YUV 141.8 174.39 108.17 -
System Red Green Blue C M Y K H S L
Decimal 114 140 224 0.49 0.38 0 0.12 225.82 0.64 0.66
Hex 72 8C E0 31 26 0 C E2 40 42
Octal 162 214 340 61 46 0 14 342 100 102
Binary 1110010 10001100 11100000 110001 100110 0 1100 11100010 1000000 1000010

Color Harmonies of #728CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728CE0

Black with #728CE0

Text Example


Text Example

White with #728CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,140,224); }

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

background-color css

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

 a { background-color: rgb(114,140,224); }

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

border-color css

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

 span { border-color: rgb(114,140,224); }

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