Html Css Color HEX #7195D9 Cornflower Blue

📋 copy color: '#7195D9'

red 113 ◦ green 149 ◦ blue 217

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

Shades of Cornflower Blue #7195D9

Tints of Cornflower Blue #7195D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.3%

R = 23.59%
G = 31.11%
B = 45.3%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7195D9 (or 0x7195D9) is known color: Cornflower Blue. HEX triplet: 71, 95 and D9. RGB value is (113,149,217). Sum of RGB (Red+Green+Blue) = 113+149+217=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #7195D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7195D9 is #8E6A26. Grayscale: #919191. Windows color (decimal): -9333287 or 14259569. OLE color: 14259569.

HSL color Cylindrical-coordinate representation of color #7195D9: hue angle of 219.23º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7195D9 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 149 217 -
CMYK 0.48 0.31 0 0.15
HSL 219.23º 0.58% 0.65% -
HSV(B) 219.23º 0.48% 0.85% -
XYZ 30.08 30.02 69.85 -
YUV 145.99 168.07 104.47 -
System Red Green Blue C M Y K H S L
Decimal 113 149 217 0.48 0.31 0 0.15 219.23 0.58 0.65
Hex 71 95 D9 30 1F 0 F DB 3A 41
Octal 161 225 331 60 37 0 17 333 72 101
Binary 1110001 10010101 11011001 110000 11111 0 1111 11011011 111010 1000001

Color Harmonies of #7195D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7195D9

Black with #7195D9

Text Example


Text Example

White with #7195D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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