Html Css Color HEX #7295D9 Cornflower Blue

📋 copy color: '#7295D9'

red 114 ◦ green 149 ◦ blue 217

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

Shades of Cornflower Blue #7295D9

Tints of Cornflower Blue #7295D9

RGB

 RED value IS 114 (44.92% from 255) = 23.75%

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

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

R = 23.75%
G = 31.04%
B = 45.21%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7295D9 (or 0x7295D9) is known color: Cornflower Blue. HEX triplet: 72, 95 and D9. RGB value is (114,149,217). Sum of RGB (Red+Green+Blue) = 114+149+217=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #7295D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7295D9 is #8D6A26. Grayscale: #919191. Windows color (decimal): -9267751 or 14259570. OLE color: 14259570.

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

Color convert

RGB 114 149 217 -
CMYK 0.47 0.31 0 0.15
HSL 219.61º 0.58% 0.65% -
HSV(B) 219.61º 0.47% 0.85% -
XYZ 30.21 30.08 69.86 -
YUV 146.29 167.9 104.97 -
System Red Green Blue C M Y K H S L
Decimal 114 149 217 0.47 0.31 0 0.15 219.61 0.58 0.65
Hex 72 95 D9 2F 1F 0 F DC 3A 41
Octal 162 225 331 57 37 0 17 334 72 101
Binary 1110010 10010101 11011001 101111 11111 0 1111 11011100 111010 1000001

Color Harmonies of #7295D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7295D9

Black with #7295D9

Text Example


Text Example

White with #7295D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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