Html Css Color HEX #7086FA Cornflower Blue

📋 copy color: '#7086FA'

red 112 ◦ green 134 ◦ blue 250

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

Shades of Cornflower Blue #7086FA

Tints of Cornflower Blue #7086FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.4%

R = 22.58%
G = 27.02%
B = 50.4%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7086FA (or 0x7086FA) is known color: Cornflower Blue. HEX triplet: 70, 86 and FA. RGB value is (112,134,250). Sum of RGB (Red+Green+Blue) = 112+134+250=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #7086FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7086FA is #8F7905. Grayscale: #8C8C8C. Windows color (decimal): -9402630 or 16418416. OLE color: 16418416.

HSL color Cylindrical-coordinate representation of color #7086FA: hue angle of 230.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7086FA is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 134 250 -
CMYK 0.55 0.46 0 0.02
HSL 230.43º 0.93% 0.71% -
HSV(B) 230.43º 0.55% 0.98% -
XYZ 32.46 27.4 94.02 -
YUV 140.65 189.71 107.57 -
System Red Green Blue C M Y K H S L
Decimal 112 134 250 0.55 0.46 0 0.02 230.43 0.93 0.71
Hex 70 86 FA 37 2E 0 2 E6 5D 47
Octal 160 206 372 67 56 0 2 346 135 107
Binary 1110000 10000110 11111010 110111 101110 0 10 11100110 1011101 1000111

Color Harmonies of #7086FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7086FA

Black with #7086FA

Text Example


Text Example

White with #7086FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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