Html Css Color HEX #7085EE Cornflower Blue

📋 copy color: '#7085EE'

red 112 ◦ green 133 ◦ blue 238

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

Shades of Cornflower Blue #7085EE

Tints of Cornflower Blue #7085EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.28%

R = 23.19%
G = 27.54%
B = 49.28%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7085EE (or 0x7085EE) is known color: Cornflower Blue. HEX triplet: 70, 85 and EE. RGB value is (112,133,238). Sum of RGB (Red+Green+Blue) = 112+133+238=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #7085EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7085EE is #8F7A11. Grayscale: #8A8A8A. Windows color (decimal): -9402898 or 15631728. OLE color: 15631728.

HSL color Cylindrical-coordinate representation of color #7085EE: hue angle of 230º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7085EE is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 133 238 -
CMYK 0.53 0.44 0 0.07
HSL 230º 0.79% 0.69% -
HSV(B) 230º 0.53% 0.93% -
XYZ 30.5 26.39 84.38 -
YUV 138.69 184.04 108.96 -
System Red Green Blue C M Y K H S L
Decimal 112 133 238 0.53 0.44 0 0.07 230 0.79 0.69
Hex 70 85 EE 35 2C 0 7 E6 4F 45
Octal 160 205 356 65 54 0 7 346 117 105
Binary 1110000 10000101 11101110 110101 101100 0 111 11100110 1001111 1000101

Color Harmonies of #7085EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7085EE

Black with #7085EE

Text Example


Text Example

White with #7085EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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