Html Css Color HEX #7089D8 Cornflower Blue

📋 copy color: '#7089D8'

red 112 ◦ green 137 ◦ blue 216

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

Shades of Cornflower Blue #7089D8

Tints of Cornflower Blue #7089D8

RGB

 RED value IS 112 (44.14% from 255) = 24.09%

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

 BLUE value IS 216 (84.77% from 255) = 46.45%

R = 24.09%
G = 29.46%
B = 46.45%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7089D8 (or 0x7089D8) is known color: Cornflower Blue. HEX triplet: 70, 89 and D8. RGB value is (112,137,216). Sum of RGB (Red+Green+Blue) = 112+137+216=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #7089D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7089D8 is #8F7627. Grayscale: #8A8A8A. Windows color (decimal): -9401896 or 14190960. OLE color: 14190960.

HSL color Cylindrical-coordinate representation of color #7089D8: hue angle of 225.58º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7089D8 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 137 216 -
CMYK 0.48 0.37 0 0.15
HSL 225.58º 0.57% 0.64% -
HSV(B) 225.58º 0.48% 0.85% -
XYZ 28.02 26.29 68.56 -
YUV 138.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 112 137 216 0.48 0.37 0 0.15 225.58 0.57 0.64
Hex 70 89 D8 30 25 0 F E2 39 40
Octal 160 211 330 60 45 0 17 342 71 100
Binary 1110000 10001001 11011000 110000 100101 0 1111 11100010 111001 1000000

Color Harmonies of #7089D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7089D8

Black with #7089D8

Text Example


Text Example

White with #7089D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7089D8; }

 p { color: rgb(112,137,216); }

 H1.HeaderClassName
 {
   color: #7089D8;
 }
 .AnyTagClassName
 {
   color: #7089D8;
 }
</style>

background-color css

<style>
 a { background-color: #7089D8; }

 a { background-color: rgb(112,137,216); }

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

border-color css

<style>
 span { border-color: #7089D8; }

 span { border-color: rgb(112,137,216); }

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