Html Css Color HEX #7089EF Cornflower Blue

📋 copy color: '#7089EF'

red 112 ◦ green 137 ◦ blue 239

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

Shades of Cornflower Blue #7089EF

Tints of Cornflower Blue #7089EF

RGB

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

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

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

R = 22.95%
G = 28.07%
B = 48.98%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7089EF (or 0x7089EF) is known color: Cornflower Blue. HEX triplet: 70, 89 and EF. RGB value is (112,137,239). Sum of RGB (Red+Green+Blue) = 112+137+239=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #7089EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7089EF is #8F7610. Grayscale: #8C8C8C. Windows color (decimal): -9401873 or 15698288. OLE color: 15698288.

HSL color Cylindrical-coordinate representation of color #7089EF: hue angle of 228.19º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7089EF is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 137 239 -
CMYK 0.53 0.43 0 0.06
HSL 228.19º 0.8% 0.69% -
HSV(B) 228.19º 0.53% 0.94% -
XYZ 31.21 27.57 85.34 -
YUV 141.15 183.22 107.21 -
System Red Green Blue C M Y K H S L
Decimal 112 137 239 0.53 0.43 0 0.06 228.19 0.8 0.69
Hex 70 89 EF 35 2B 0 6 E4 50 45
Octal 160 211 357 65 53 0 6 344 120 105
Binary 1110000 10001001 11101111 110101 101011 0 110 11100100 1010000 1000101

Color Harmonies of #7089EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7089EF

Black with #7089EF

Text Example


Text Example

White with #7089EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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