Html Css Color HEX #7085F8 Cornflower Blue

📋 copy color: '#7085F8'

red 112 ◦ green 133 ◦ blue 248

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

Shades of Cornflower Blue #7085F8

Tints of Cornflower Blue #7085F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.3%

R = 22.72%
G = 26.98%
B = 50.3%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7085F8 (or 0x7085F8) is known color: Cornflower Blue. HEX triplet: 70, 85 and F8. RGB value is (112,133,248). Sum of RGB (Red+Green+Blue) = 112+133+248=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 248 (97.27% from 255 or 50.30% from 493); Max value from RGB is 248 - color contains mainly: blue. Hex color #7085F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7085F8 is #8F7A07. Grayscale: #8B8B8B. Windows color (decimal): -9402888 or 16287088. OLE color: 16287088.

HSL color Cylindrical-coordinate representation of color #7085F8: hue angle of 230.74º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7085F8 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 133 248 -
CMYK 0.55 0.46 0 0.03
HSL 230.74º 0.91% 0.71% -
HSV(B) 230.74º 0.55% 0.97% -
XYZ 32.01 27 92.33 -
YUV 139.83 189.04 108.15 -
System Red Green Blue C M Y K H S L
Decimal 112 133 248 0.55 0.46 0 0.03 230.74 0.91 0.71
Hex 70 85 F8 37 2E 0 3 E7 5B 47
Octal 160 205 370 67 56 0 3 347 133 107
Binary 1110000 10000101 11111000 110111 101110 0 11 11100111 1011011 1000111

Color Harmonies of #7085F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7085F8

Black with #7085F8

Text Example


Text Example

White with #7085F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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