Html Css Color HEX #7188DC Cornflower Blue

📋 copy color: '#7188DC'

red 113 ◦ green 136 ◦ blue 220

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

Shades of Cornflower Blue #7188DC

Tints of Cornflower Blue #7188DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29%

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

R = 24.09%
G = 29%
B = 46.91%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7188DC (or 0x7188DC) is known color: Cornflower Blue. HEX triplet: 71, 88 and DC. RGB value is (113,136,220). Sum of RGB (Red+Green+Blue) = 113+136+220=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #7188DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7188DC is #8E7723. Grayscale: #8A8A8A. Windows color (decimal): -9336612 or 14452849. OLE color: 14452849.

HSL color Cylindrical-coordinate representation of color #7188DC: hue angle of 227.1º 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 #7188DC is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 136 220 -
CMYK 0.49 0.38 0 0.14
HSL 227.1º 0.6% 0.65% -
HSV(B) 227.1º 0.49% 0.86% -
XYZ 28.53 26.29 71.28 -
YUV 138.7 173.88 109.67 -
System Red Green Blue C M Y K H S L
Decimal 113 136 220 0.49 0.38 0 0.14 227.1 0.6 0.65
Hex 71 88 DC 31 26 0 E E3 3C 41
Octal 161 210 334 61 46 0 16 343 74 101
Binary 1110001 10001000 11011100 110001 100110 0 1110 11100011 111100 1000001

Color Harmonies of #7188DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7188DC

Black with #7188DC

Text Example


Text Example

White with #7188DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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