Html Css Color HEX #728CEB Cornflower Blue

📋 copy color: '#728CEB'

red 114 ◦ green 140 ◦ blue 235

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

Shades of Cornflower Blue #728CEB

Tints of Cornflower Blue #728CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.06%

R = 23.31%
G = 28.63%
B = 48.06%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#728CEB (or 0x728CEB) is known color: Cornflower Blue. HEX triplet: 72, 8C and EB. RGB value is (114,140,235). Sum of RGB (Red+Green+Blue) = 114+140+235=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #728CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728CEB is #8D7314. Grayscale: #8E8E8E. Windows color (decimal): -9270037 or 15436914. OLE color: 15436914.

HSL color Cylindrical-coordinate representation of color #728CEB: hue angle of 227.11º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #728CEB is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 140 235 -
CMYK 0.51 0.40 0 0.08
HSL 227.11º 0.75% 0.68% -
HSV(B) 227.11º 0.51% 0.92% -
XYZ 31.31 28.33 82.42 -
YUV 143.06 179.89 107.28 -
System Red Green Blue C M Y K H S L
Decimal 114 140 235 0.51 0.40 0 0.08 227.11 0.75 0.68
Hex 72 8C EB 33 28 0 8 E3 4B 44
Octal 162 214 353 63 50 0 10 343 113 104
Binary 1110010 10001100 11101011 110011 101000 0 1000 11100011 1001011 1000100

Color Harmonies of #728CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728CEB

Black with #728CEB

Text Example


Text Example

White with #728CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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