Html Css Color HEX #7195DC Cornflower Blue

📋 copy color: '#7195DC'

red 113 ◦ green 149 ◦ blue 220

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

Shades of Cornflower Blue #7195DC

Tints of Cornflower Blue #7195DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.91%

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

R = 23.44%
G = 30.91%
B = 45.64%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7195DC (or 0x7195DC) is known color: Cornflower Blue. HEX triplet: 71, 95 and DC. RGB value is (113,149,220). Sum of RGB (Red+Green+Blue) = 113+149+220=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #7195DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7195DC is #8E6A23. Grayscale: #929292. Windows color (decimal): -9333284 or 14456177. OLE color: 14456177.

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

Color convert

RGB 113 149 220 -
CMYK 0.49 0.32 0 0.14
HSL 219.81º 0.6% 0.65% -
HSV(B) 219.81º 0.49% 0.86% -
XYZ 30.48 30.17 71.93 -
YUV 146.33 169.57 104.23 -
System Red Green Blue C M Y K H S L
Decimal 113 149 220 0.49 0.32 0 0.14 219.81 0.6 0.65
Hex 71 95 DC 31 20 0 E DC 3C 41
Octal 161 225 334 61 40 0 16 334 74 101
Binary 1110001 10010101 11011100 110001 100000 0 1110 11011100 111100 1000001

Color Harmonies of #7195DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7195DC

Black with #7195DC

Text Example


Text Example

White with #7195DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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