Html Css Color HEX #7185D9 Cornflower Blue

📋 copy color: '#7185D9'

red 113 ◦ green 133 ◦ blue 217

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

Shades of Cornflower Blue #7185D9

Tints of Cornflower Blue #7185D9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.73%

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

R = 24.41%
G = 28.73%
B = 46.87%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7185D9 (or 0x7185D9) is known color: Cornflower Blue. HEX triplet: 71, 85 and D9. RGB value is (113,133,217). Sum of RGB (Red+Green+Blue) = 113+133+217=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #7185D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7185D9 is #8E7A26. Grayscale: #888888. Windows color (decimal): -9337383 or 14255473. OLE color: 14255473.

HSL color Cylindrical-coordinate representation of color #7185D9: hue angle of 228.46º 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 #7185D9 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 133 217 -
CMYK 0.48 0.39 0 0.15
HSL 228.46º 0.58% 0.65% -
HSV(B) 228.46º 0.48% 0.85% -
XYZ 27.72 25.3 69.07 -
YUV 136.6 173.37 111.17 -
System Red Green Blue C M Y K H S L
Decimal 113 133 217 0.48 0.39 0 0.15 228.46 0.58 0.65
Hex 71 85 D9 30 27 0 F E4 3A 41
Octal 161 205 331 60 47 0 17 344 72 101
Binary 1110001 10000101 11011001 110000 100111 0 1111 11100100 111010 1000001

Color Harmonies of #7185D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7185D9

Black with #7185D9

Text Example


Text Example

White with #7185D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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