Html Css Color HEX #7289EC Cornflower Blue

📋 copy color: '#7289EC'

red 114 ◦ green 137 ◦ blue 236

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

Shades of Cornflower Blue #7289EC

Tints of Cornflower Blue #7289EC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.13%

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

R = 23.41%
G = 28.13%
B = 48.46%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7289EC (or 0x7289EC) is known color: Cornflower Blue. HEX triplet: 72, 89 and EC. RGB value is (114,137,236). Sum of RGB (Red+Green+Blue) = 114+137+236=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #7289EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7289EC is #8D7613. Grayscale: #8C8C8C. Windows color (decimal): -9270804 or 15501682. OLE color: 15501682.

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

Color convert

RGB 114 137 236 -
CMYK 0.52 0.42 0 0.07
HSL 228.69º 0.76% 0.69% -
HSV(B) 228.69º 0.52% 0.93% -
XYZ 31.03 27.52 83.03 -
YUV 141.41 181.38 108.45 -
System Red Green Blue C M Y K H S L
Decimal 114 137 236 0.52 0.42 0 0.07 228.69 0.76 0.69
Hex 72 89 EC 34 2A 0 7 E5 4C 45
Octal 162 211 354 64 52 0 7 345 114 105
Binary 1110010 10001001 11101100 110100 101010 0 111 11100101 1001100 1000101

Color Harmonies of #7289EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7289EC

Black with #7289EC

Text Example


Text Example

White with #7289EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7289EC; }

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

 H1.HeaderClassName
 {
   color: #7289EC;
 }
 .AnyTagClassName
 {
   color: #7289EC;
 }
</style>

background-color css

<style>
 a { background-color: #7289EC; }

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

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

border-color css

<style>
 span { border-color: #7289EC; }

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

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