Html Css Color HEX #728BEC Cornflower Blue

📋 copy color: '#728BEC'

red 114 ◦ green 139 ◦ blue 236

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

Shades of Cornflower Blue #728BEC

Tints of Cornflower Blue #728BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.43%

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

R = 23.31%
G = 28.43%
B = 48.26%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#728BEC (or 0x728BEC) is known color: Cornflower Blue. HEX triplet: 72, 8B and EC. RGB value is (114,139,236). Sum of RGB (Red+Green+Blue) = 114+139+236=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #728BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728BEC is #8D7413. Grayscale: #8E8E8E. Windows color (decimal): -9270292 or 15502194. OLE color: 15502194.

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

Color convert

RGB 114 139 236 -
CMYK 0.52 0.41 0 0.07
HSL 227.7º 0.76% 0.69% -
HSV(B) 227.7º 0.52% 0.93% -
XYZ 31.31 28.1 83.13 -
YUV 142.58 180.72 107.61 -
System Red Green Blue C M Y K H S L
Decimal 114 139 236 0.52 0.41 0 0.07 227.7 0.76 0.69
Hex 72 8B EC 34 29 0 7 E4 4C 45
Octal 162 213 354 64 51 0 7 344 114 105
Binary 1110010 10001011 11101100 110100 101001 0 111 11100100 1001100 1000101

Color Harmonies of #728BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BEC

Black with #728BEC

Text Example


Text Example

White with #728BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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