Html Css Color HEX #728BEB Cornflower Blue

📋 copy color: '#728BEB'

red 114 ◦ green 139 ◦ blue 235

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

Shades of Cornflower Blue #728BEB

Tints of Cornflower Blue #728BEB

RGB

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

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

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

R = 23.36%
G = 28.48%
B = 48.16%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#728BEB (or 0x728BEB) is known color: Cornflower Blue. HEX triplet: 72, 8B and EB. RGB value is (114,139,235). Sum of RGB (Red+Green+Blue) = 114+139+235=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #728BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728BEB is #8D7414. Grayscale: #8E8E8E. Windows color (decimal): -9270293 or 15436658. OLE color: 15436658.

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

Color convert

RGB 114 139 235 -
CMYK 0.51 0.41 0 0.08
HSL 227.6º 0.75% 0.68% -
HSV(B) 227.6º 0.51% 0.92% -
XYZ 31.17 28.04 82.37 -
YUV 142.47 180.22 107.69 -
System Red Green Blue C M Y K H S L
Decimal 114 139 235 0.51 0.41 0 0.08 227.6 0.75 0.68
Hex 72 8B EB 33 29 0 8 E4 4B 44
Octal 162 213 353 63 51 0 10 344 113 104
Binary 1110010 10001011 11101011 110011 101001 0 1000 11100100 1001011 1000100

Color Harmonies of #728BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BEB

Black with #728BEB

Text Example


Text Example

White with #728BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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