Html Css Color HEX #728AEF Cornflower Blue

📋 copy color: '#728AEF'

red 114 ◦ green 138 ◦ blue 239

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

Shades of Cornflower Blue #728AEF

Tints of Cornflower Blue #728AEF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.11%

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

R = 23.22%
G = 28.11%
B = 48.68%

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

#728AEF (or 0x728AEF) is known color: Cornflower Blue. HEX triplet: 72, 8A and EF. RGB value is (114,138,239). Sum of RGB (Red+Green+Blue) = 114+138+239=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #728AEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728AEF is #8D7510. Grayscale: #8D8D8D. Windows color (decimal): -9270545 or 15698546. OLE color: 15698546.

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

Color convert

RGB 114 138 239 -
CMYK 0.52 0.42 0 0.06
HSL 228.48º 0.8% 0.69% -
HSV(B) 228.48º 0.52% 0.94% -
XYZ 31.61 27.99 85.4 -
YUV 142.34 182.55 107.79 -
System Red Green Blue C M Y K H S L
Decimal 114 138 239 0.52 0.42 0 0.06 228.48 0.8 0.69
Hex 72 8A EF 34 2A 0 6 E4 50 45
Octal 162 212 357 64 52 0 6 344 120 105
Binary 1110010 10001010 11101111 110100 101010 0 110 11100100 1010000 1000101

Color Harmonies of #728AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728AEF

Black with #728AEF

Text Example


Text Example

White with #728AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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