Html Css Color HEX #7180F6 Cornflower Blue

📋 copy color: '#7180F6'

red 113 ◦ green 128 ◦ blue 246

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

Shades of Cornflower Blue #7180F6

Tints of Cornflower Blue #7180F6

RGB

 RED value IS 113 (44.53% from 255) = 23.2%

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

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

R = 23.2%
G = 26.28%
B = 50.51%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7180F6 (or 0x7180F6) is known color: Cornflower Blue. HEX triplet: 71, 80 and F6. RGB value is (113,128,246). Sum of RGB (Red+Green+Blue) = 113+128+246=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #7180F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7180F6 is #8E7F09. Grayscale: #888888. Windows color (decimal): -9338634 or 16154737. OLE color: 16154737.

HSL color Cylindrical-coordinate representation of color #7180F6: hue angle of 233.23º 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 #7180F6 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 128 246 -
CMYK 0.54 0.48 0 0.04
HSL 233.23º 0.88% 0.7% -
HSV(B) 233.23º 0.54% 0.96% -
XYZ 31.16 25.6 90.49 -
YUV 136.97 189.53 110.91 -
System Red Green Blue C M Y K H S L
Decimal 113 128 246 0.54 0.48 0 0.04 233.23 0.88 0.7
Hex 71 80 F6 36 30 0 4 E9 58 46
Octal 161 200 366 66 60 0 4 351 130 106
Binary 1110001 10000000 11110110 110110 110000 0 100 11101001 1011000 1000110

Color Harmonies of #7180F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7180F6

Black with #7180F6

Text Example


Text Example

White with #7180F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,128,246); }

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

background-color css

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

 a { background-color: rgb(113,128,246); }

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

border-color css

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

 span { border-color: rgb(113,128,246); }

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