Html Css Color HEX #7085F6 Cornflower Blue

📋 copy color: '#7085F6'

red 112 ◦ green 133 ◦ blue 246

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

Shades of Cornflower Blue #7085F6

Tints of Cornflower Blue #7085F6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.09%

 BLUE value IS 246 (96.48% from 255) = 50.1%

R = 22.81%
G = 27.09%
B = 50.1%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7085F6 (or 0x7085F6) is known color: Cornflower Blue. HEX triplet: 70, 85 and F6. RGB value is (112,133,246). Sum of RGB (Red+Green+Blue) = 112+133+246=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #7085F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7085F6 is #8F7A09. Grayscale: #8B8B8B. Windows color (decimal): -9402890 or 16156016. OLE color: 16156016.

HSL color Cylindrical-coordinate representation of color #7085F6: hue angle of 230.6º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7085F6 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 133 246 -
CMYK 0.54 0.46 0 0.04
HSL 230.6º 0.88% 0.7% -
HSV(B) 230.6º 0.54% 0.96% -
XYZ 31.7 26.87 90.7 -
YUV 139.6 188.04 108.31 -
System Red Green Blue C M Y K H S L
Decimal 112 133 246 0.54 0.46 0 0.04 230.6 0.88 0.7
Hex 70 85 F6 36 2E 0 4 E7 58 46
Octal 160 205 366 66 56 0 4 347 130 106
Binary 1110000 10000101 11110110 110110 101110 0 100 11100111 1011000 1000110

Color Harmonies of #7085F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7085F6

Black with #7085F6

Text Example


Text Example

White with #7085F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7085F6; }

 p { color: rgb(112,133,246); }

 H1.HeaderClassName
 {
   color: #7085F6;
 }
 .AnyTagClassName
 {
   color: #7085F6;
 }
</style>

background-color css

<style>
 a { background-color: #7085F6; }

 a { background-color: rgb(112,133,246); }

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

border-color css

<style>
 span { border-color: #7085F6; }

 span { border-color: rgb(112,133,246); }

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