Html Css Color HEX #7295DA Cornflower Blue

📋 copy color: '#7295DA'

red 114 ◦ green 149 ◦ blue 218

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

Shades of Cornflower Blue #7295DA

Tints of Cornflower Blue #7295DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 23.7%
G = 30.98%
B = 45.32%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7295DA (or 0x7295DA) is known color: Cornflower Blue. HEX triplet: 72, 95 and DA. RGB value is (114,149,218). Sum of RGB (Red+Green+Blue) = 114+149+218=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #7295DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7295DA is #8D6A25. Grayscale: #929292. Windows color (decimal): -9267750 or 14325106. OLE color: 14325106.

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

Color convert

RGB 114 149 218 -
CMYK 0.48 0.32 0 0.15
HSL 219.81º 0.58% 0.65% -
HSV(B) 219.81º 0.48% 0.85% -
XYZ 30.34 30.13 70.55 -
YUV 146.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 114 149 218 0.48 0.32 0 0.15 219.81 0.58 0.65
Hex 72 95 DA 30 20 0 F DC 3A 41
Octal 162 225 332 60 40 0 17 334 72 101
Binary 1110010 10010101 11011010 110000 100000 0 1111 11011100 111010 1000001

Color Harmonies of #7295DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7295DA

Black with #7295DA

Text Example


Text Example

White with #7295DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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