Html Css Color HEX #7085E5 Cornflower Blue

📋 copy color: '#7085E5'

red 112 ◦ green 133 ◦ blue 229

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

Shades of Cornflower Blue #7085E5

Tints of Cornflower Blue #7085E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.31%

R = 23.63%
G = 28.06%
B = 48.31%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7085E5 (or 0x7085E5) is known color: Cornflower Blue. HEX triplet: 70, 85 and E5. RGB value is (112,133,229). Sum of RGB (Red+Green+Blue) = 112+133+229=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #7085E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7085E5 is #8F7A1A. Grayscale: #898989. Windows color (decimal): -9402907 or 15041904. OLE color: 15041904.

HSL color Cylindrical-coordinate representation of color #7085E5: hue angle of 229.23º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7085E5 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 133 229 -
CMYK 0.51 0.42 0 0.10
HSL 229.23º 0.69% 0.67% -
HSV(B) 229.23º 0.51% 0.9% -
XYZ 29.21 25.88 77.58 -
YUV 137.67 179.54 109.69 -
System Red Green Blue C M Y K H S L
Decimal 112 133 229 0.51 0.42 0 0.10 229.23 0.69 0.67
Hex 70 85 E5 33 2A 0 A E5 45 43
Octal 160 205 345 63 52 0 12 345 105 103
Binary 1110000 10000101 11100101 110011 101010 0 1010 11100101 1000101 1000011

Color Harmonies of #7085E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7085E5

Black with #7085E5

Text Example


Text Example

White with #7085E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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