Html Css Color HEX #728BEF Cornflower Blue

📋 copy color: '#728BEF'

red 114 ◦ green 139 ◦ blue 239

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

Shades of Cornflower Blue #728BEF

Tints of Cornflower Blue #728BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.58%

R = 23.17%
G = 28.25%
B = 48.58%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#728BEF (or 0x728BEF) is known color: Cornflower Blue. HEX triplet: 72, 8B and EF. RGB value is (114,139,239). Sum of RGB (Red+Green+Blue) = 114+139+239=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #728BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728BEF is #8D7410. Grayscale: #8E8E8E. Windows color (decimal): -9270289 or 15698802. OLE color: 15698802.

HSL color Cylindrical-coordinate representation of color #728BEF: hue angle of 228º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #728BEF is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 139 239 -
CMYK 0.52 0.42 0 0.06
HSL 228º 0.8% 0.69% -
HSV(B) 228º 0.52% 0.94% -
XYZ 31.75 28.27 85.45 -
YUV 142.93 182.22 107.37 -
System Red Green Blue C M Y K H S L
Decimal 114 139 239 0.52 0.42 0 0.06 228 0.8 0.69
Hex 72 8B EF 34 2A 0 6 E4 50 45
Octal 162 213 357 64 52 0 6 344 120 105
Binary 1110010 10001011 11101111 110100 101010 0 110 11100100 1010000 1000101

Color Harmonies of #728BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BEF

Black with #728BEF

Text Example


Text Example

White with #728BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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