Html Css Color HEX #7289DC Cornflower Blue

📋 copy color: '#7289DC'

red 114 ◦ green 137 ◦ blue 220

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

Shades of Cornflower Blue #7289DC

Tints of Cornflower Blue #7289DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 24.2%
G = 29.09%
B = 46.71%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7289DC (or 0x7289DC) is known color: Cornflower Blue. HEX triplet: 72, 89 and DC. RGB value is (114,137,220). Sum of RGB (Red+Green+Blue) = 114+137+220=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #7289DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7289DC is #8D7623. Grayscale: #8B8B8B. Windows color (decimal): -9270820 or 14453106. OLE color: 14453106.

HSL color Cylindrical-coordinate representation of color #7289DC: hue angle of 226.98º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7289DC is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 137 220 -
CMYK 0.48 0.38 0 0.14
HSL 226.98º 0.6% 0.65% -
HSV(B) 226.98º 0.48% 0.86% -
XYZ 28.8 26.64 71.33 -
YUV 139.59 173.38 109.75 -
System Red Green Blue C M Y K H S L
Decimal 114 137 220 0.48 0.38 0 0.14 226.98 0.6 0.65
Hex 72 89 DC 30 26 0 E E3 3C 41
Octal 162 211 334 60 46 0 16 343 74 101
Binary 1110010 10001001 11011100 110000 100110 0 1110 11100011 111100 1000001

Color Harmonies of #7289DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7289DC

Black with #7289DC

Text Example


Text Example

White with #7289DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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