Html Css Color HEX #728BED Cornflower Blue

📋 copy color: '#728BED'

red 114 ◦ green 139 ◦ blue 237

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

Shades of Cornflower Blue #728BED

Tints of Cornflower Blue #728BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.37%

R = 23.27%
G = 28.37%
B = 48.37%

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

#728BED (or 0x728BED) is known color: Cornflower Blue. HEX triplet: 72, 8B and ED. RGB value is (114,139,237). Sum of RGB (Red+Green+Blue) = 114+139+237=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #728BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728BED is #8D7412. Grayscale: #8E8E8E. Windows color (decimal): -9270291 or 15567730. OLE color: 15567730.

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

Color convert

RGB 114 139 237 -
CMYK 0.52 0.41 0 0.07
HSL 227.8º 0.77% 0.69% -
HSV(B) 227.8º 0.52% 0.93% -
XYZ 31.46 28.16 83.9 -
YUV 142.7 181.22 107.53 -
System Red Green Blue C M Y K H S L
Decimal 114 139 237 0.52 0.41 0 0.07 227.8 0.77 0.69
Hex 72 8B ED 34 29 0 7 E4 4D 45
Octal 162 213 355 64 51 0 7 344 115 105
Binary 1110010 10001011 11101101 110100 101001 0 111 11100100 1001101 1000101

Color Harmonies of #728BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BED

Black with #728BED

Text Example


Text Example

White with #728BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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