Html Css Color HEX #7198DC Cornflower Blue

📋 copy color: '#7198DC'

red 113 ◦ green 152 ◦ blue 220

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

Shades of Cornflower Blue #7198DC

Tints of Cornflower Blue #7198DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 23.3%
G = 31.34%
B = 45.36%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7198DC (or 0x7198DC) is known color: Cornflower Blue. HEX triplet: 71, 98 and DC. RGB value is (113,152,220). Sum of RGB (Red+Green+Blue) = 113+152+220=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #7198DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7198DC is #8E6723. Grayscale: #939393. Windows color (decimal): -9332516 or 14456945. OLE color: 14456945.

HSL color Cylindrical-coordinate representation of color #7198DC: hue angle of 218.13º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7198DC is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 152 220 -
CMYK 0.49 0.31 0 0.14
HSL 218.13º 0.6% 0.65% -
HSV(B) 218.13º 0.49% 0.86% -
XYZ 30.96 31.13 72.09 -
YUV 148.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 113 152 220 0.49 0.31 0 0.14 218.13 0.6 0.65
Hex 71 98 DC 31 1F 0 E DA 3C 41
Octal 161 230 334 61 37 0 16 332 74 101
Binary 1110001 10011000 11011100 110001 11111 0 1110 11011010 111100 1000001

Color Harmonies of #7198DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7198DC

Black with #7198DC

Text Example


Text Example

White with #7198DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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