Html Css Color HEX #7086DC Cornflower Blue

📋 copy color: '#7086DC'

red 112 ◦ green 134 ◦ blue 220

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

Shades of Cornflower Blue #7086DC

Tints of Cornflower Blue #7086DC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.76%

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

R = 24.03%
G = 28.76%
B = 47.21%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7086DC (or 0x7086DC) is known color: Cornflower Blue. HEX triplet: 70, 86 and DC. RGB value is (112,134,220). Sum of RGB (Red+Green+Blue) = 112+134+220=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #7086DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7086DC is #8F7923. Grayscale: #888888. Windows color (decimal): -9402660 or 14452336. OLE color: 14452336.

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

Color convert

RGB 112 134 220 -
CMYK 0.49 0.39 0 0.14
HSL 227.78º 0.61% 0.65% -
HSV(B) 227.78º 0.49% 0.86% -
XYZ 28.13 25.66 71.18 -
YUV 137.23 174.71 110.01 -
System Red Green Blue C M Y K H S L
Decimal 112 134 220 0.49 0.39 0 0.14 227.78 0.61 0.65
Hex 70 86 DC 31 27 0 E E4 3D 41
Octal 160 206 334 61 47 0 16 344 75 101
Binary 1110000 10000110 11011100 110001 100111 0 1110 11100100 111101 1000001

Color Harmonies of #7086DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7086DC

Black with #7086DC

Text Example


Text Example

White with #7086DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,134,220); }

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

background-color css

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

 a { background-color: rgb(112,134,220); }

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

border-color css

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

 span { border-color: rgb(112,134,220); }

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