Html Css Color HEX #7294D6 Cornflower Blue

📋 copy color: '#7294D6'

red 114 ◦ green 148 ◦ blue 214

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

Shades of Cornflower Blue #7294D6

Tints of Cornflower Blue #7294D6

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.09%

 BLUE value IS 214 (83.98% from 255) = 44.96%

R = 23.95%
G = 31.09%
B = 44.96%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7294D6 (or 0x7294D6) is known color: Cornflower Blue. HEX triplet: 72, 94 and D6. RGB value is (114,148,214). Sum of RGB (Red+Green+Blue) = 114+148+214=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #7294D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7294D6 is #8D6B29. Grayscale: #919191. Windows color (decimal): -9268010 or 14062706. OLE color: 14062706.

HSL color Cylindrical-coordinate representation of color #7294D6: hue angle of 219.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7294D6 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 148 214 -
CMYK 0.47 0.31 0 0.16
HSL 219.6º 0.55% 0.64% -
HSV(B) 219.6º 0.47% 0.84% -
XYZ 29.67 29.61 67.77 -
YUV 145.36 166.74 105.63 -
System Red Green Blue C M Y K H S L
Decimal 114 148 214 0.47 0.31 0 0.16 219.6 0.55 0.64
Hex 72 94 D6 2F 1F 0 10 DC 37 40
Octal 162 224 326 57 37 0 20 334 67 100
Binary 1110010 10010100 11010110 101111 11111 0 10000 11011100 110111 1000000

Color Harmonies of #7294D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7294D6

Black with #7294D6

Text Example


Text Example

White with #7294D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7294D6; }

 p { color: rgb(114,148,214); }

 H1.HeaderClassName
 {
   color: #7294D6;
 }
 .AnyTagClassName
 {
   color: #7294D6;
 }
</style>

background-color css

<style>
 a { background-color: #7294D6; }

 a { background-color: rgb(114,148,214); }

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

border-color css

<style>
 span { border-color: #7294D6; }

 span { border-color: rgb(114,148,214); }

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