Html Css Color HEX #7086FB Cornflower Blue

📋 copy color: '#7086FB'

red 112 ◦ green 134 ◦ blue 251

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

Shades of Cornflower Blue #7086FB

Tints of Cornflower Blue #7086FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.5%

R = 22.54%
G = 26.96%
B = 50.5%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7086FB (or 0x7086FB) is known color: Cornflower Blue. HEX triplet: 70, 86 and FB. RGB value is (112,134,251). Sum of RGB (Red+Green+Blue) = 112+134+251=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #7086FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7086FB is #8F7904. Grayscale: #8C8C8C. Windows color (decimal): -9402629 or 16483952. OLE color: 16483952.

HSL color Cylindrical-coordinate representation of color #7086FB: hue angle of 230.5º degrees, saturation: 0.95, 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 #7086FB is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 134 251 -
CMYK 0.55 0.47 0 0.02
HSL 230.5º 0.95% 0.71% -
HSV(B) 230.5º 0.55% 0.98% -
XYZ 32.62 27.46 94.85 -
YUV 140.76 190.21 107.49 -
System Red Green Blue C M Y K H S L
Decimal 112 134 251 0.55 0.47 0 0.02 230.5 0.95 0.71
Hex 70 86 FB 37 2F 0 2 E7 5F 47
Octal 160 206 373 67 57 0 2 347 137 107
Binary 1110000 10000110 11111011 110111 101111 0 10 11100111 1011111 1000111

Color Harmonies of #7086FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7086FB

Black with #7086FB

Text Example


Text Example

White with #7086FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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