Html Css Color HEX #7086E7 Cornflower Blue

📋 copy color: '#7086E7'

red 112 ◦ green 134 ◦ blue 231

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

Shades of Cornflower Blue #7086E7

Tints of Cornflower Blue #7086E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.43%

R = 23.48%
G = 28.09%
B = 48.43%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7086E7 (or 0x7086E7) is known color: Cornflower Blue. HEX triplet: 70, 86 and E7. RGB value is (112,134,231). Sum of RGB (Red+Green+Blue) = 112+134+231=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #7086E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7086E7 is #8F7918. Grayscale: #8A8A8A. Windows color (decimal): -9402649 or 15173232. OLE color: 15173232.

HSL color Cylindrical-coordinate representation of color #7086E7: hue angle of 228.91º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7086E7 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 134 231 -
CMYK 0.52 0.42 0 0.09
HSL 228.91º 0.71% 0.67% -
HSV(B) 228.91º 0.52% 0.91% -
XYZ 29.63 26.26 79.11 -
YUV 138.48 180.21 109.11 -
System Red Green Blue C M Y K H S L
Decimal 112 134 231 0.52 0.42 0 0.09 228.91 0.71 0.67
Hex 70 86 E7 34 2A 0 9 E5 47 43
Octal 160 206 347 64 52 0 11 345 107 103
Binary 1110000 10000110 11100111 110100 101010 0 1001 11100101 1000111 1000011

Color Harmonies of #7086E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7086E7

Black with #7086E7

Text Example


Text Example

White with #7086E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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