Html Css Color HEX #7089DA Cornflower Blue

📋 copy color: '#7089DA'

red 112 ◦ green 137 ◦ blue 218

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

Shades of Cornflower Blue #7089DA

Tints of Cornflower Blue #7089DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 23.98%
G = 29.34%
B = 46.68%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7089DA (or 0x7089DA) is known color: Cornflower Blue. HEX triplet: 70, 89 and DA. RGB value is (112,137,218). Sum of RGB (Red+Green+Blue) = 112+137+218=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #7089DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7089DA is #8F7625. Grayscale: #8A8A8A. Windows color (decimal): -9401894 or 14322032. OLE color: 14322032.

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

Color convert

RGB 112 137 218 -
CMYK 0.49 0.37 0 0.15
HSL 225.85º 0.59% 0.65% -
HSV(B) 225.85º 0.49% 0.85% -
XYZ 28.28 26.4 69.93 -
YUV 138.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 112 137 218 0.49 0.37 0 0.15 225.85 0.59 0.65
Hex 70 89 DA 31 25 0 F E2 3B 41
Octal 160 211 332 61 45 0 17 342 73 101
Binary 1110000 10001001 11011010 110001 100101 0 1111 11100010 111011 1000001

Color Harmonies of #7089DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7089DA

Black with #7089DA

Text Example


Text Example

White with #7089DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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