Html Css Color HEX #7080F3 Cornflower Blue

📋 copy color: '#7080F3'

red 112 ◦ green 128 ◦ blue 243

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

Shades of Cornflower Blue #7080F3

Tints of Cornflower Blue #7080F3

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.5%

 BLUE value IS 243 (95.31% from 255) = 50.31%

R = 23.19%
G = 26.5%
B = 50.31%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7080F3 (or 0x7080F3) is known color: Cornflower Blue. HEX triplet: 70, 80 and F3. RGB value is (112,128,243). Sum of RGB (Red+Green+Blue) = 112+128+243=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #7080F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7080F3 is #8F7F0C. Grayscale: #878787. Windows color (decimal): -9404173 or 15958128. OLE color: 15958128.

HSL color Cylindrical-coordinate representation of color #7080F3: hue angle of 232.67º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7080F3 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 128 243 -
CMYK 0.54 0.47 0 0.05
HSL 232.67º 0.85% 0.7% -
HSV(B) 232.67º 0.54% 0.95% -
XYZ 30.58 25.35 88.08 -
YUV 136.33 188.2 110.65 -
System Red Green Blue C M Y K H S L
Decimal 112 128 243 0.54 0.47 0 0.05 232.67 0.85 0.7
Hex 70 80 F3 36 2F 0 5 E9 55 46
Octal 160 200 363 66 57 0 5 351 125 106
Binary 1110000 10000000 11110011 110110 101111 0 101 11101001 1010101 1000110

Color Harmonies of #7080F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7080F3

Black with #7080F3

Text Example


Text Example

White with #7080F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7080F3; }

 p { color: rgb(112,128,243); }

 H1.HeaderClassName
 {
   color: #7080F3;
 }
 .AnyTagClassName
 {
   color: #7080F3;
 }
</style>

background-color css

<style>
 a { background-color: #7080F3; }

 a { background-color: rgb(112,128,243); }

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

border-color css

<style>
 span { border-color: #7080F3; }

 span { border-color: rgb(112,128,243); }

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