Html Css Color HEX #7198F6 Cornflower Blue

📋 copy color: '#7198F6'

red 113 ◦ green 152 ◦ blue 246

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

Shades of Cornflower Blue #7198F6

Tints of Cornflower Blue #7198F6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.75%

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

R = 22.11%
G = 29.75%
B = 48.14%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7198F6 (or 0x7198F6) is known color: Cornflower Blue. HEX triplet: 71, 98 and F6. RGB value is (113,152,246). Sum of RGB (Red+Green+Blue) = 113+152+246=511 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.11% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 246 - color contains mainly: blue. Hex color #7198F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7198F6 is #8E6709. Grayscale: #969696. Windows color (decimal): -9332490 or 16160881. OLE color: 16160881.

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

Color convert

RGB 113 152 246 -
CMYK 0.54 0.38 0 0.04
HSL 222.41º 0.88% 0.7% -
HSV(B) 222.41º 0.54% 0.96% -
XYZ 34.67 32.62 91.66 -
YUV 151.06 181.58 100.86 -
System Red Green Blue C M Y K H S L
Decimal 113 152 246 0.54 0.38 0 0.04 222.41 0.88 0.7
Hex 71 98 F6 36 26 0 4 DE 58 46
Octal 161 230 366 66 46 0 4 336 130 106
Binary 1110001 10011000 11110110 110110 100110 0 100 11011110 1011000 1000110

Color Harmonies of #7198F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7198F6

Black with #7198F6

Text Example


Text Example

White with #7198F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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