Html Css Color HEX #7291DA Cornflower Blue

📋 copy color: '#7291DA'

red 114 ◦ green 145 ◦ blue 218

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

Shades of Cornflower Blue #7291DA

Tints of Cornflower Blue #7291DA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.4%

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

R = 23.9%
G = 30.4%
B = 45.7%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7291DA (or 0x7291DA) is known color: Cornflower Blue. HEX triplet: 72, 91 and DA. RGB value is (114,145,218). Sum of RGB (Red+Green+Blue) = 114+145+218=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #7291DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7291DA is #8D6E25. Grayscale: #8F8F8F. Windows color (decimal): -9268774 or 14324082. OLE color: 14324082.

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

Color convert

RGB 114 145 218 -
CMYK 0.48 0.33 0 0.15
HSL 222.12º 0.58% 0.65% -
HSV(B) 222.12º 0.48% 0.85% -
XYZ 29.72 28.89 70.34 -
YUV 144.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 114 145 218 0.48 0.33 0 0.15 222.12 0.58 0.65
Hex 72 91 DA 30 21 0 F DE 3A 41
Octal 162 221 332 60 41 0 17 336 72 101
Binary 1110010 10010001 11011010 110000 100001 0 1111 11011110 111010 1000001

Color Harmonies of #7291DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7291DA

Black with #7291DA

Text Example


Text Example

White with #7291DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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