Html Css Color HEX #7294ED Cornflower Blue

📋 copy color: '#7294ED'

red 114 ◦ green 148 ◦ blue 237

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

Shades of Cornflower Blue #7294ED

Tints of Cornflower Blue #7294ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 22.85%
G = 29.66%
B = 47.49%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7294ED (or 0x7294ED) is known color: Cornflower Blue. HEX triplet: 72, 94 and ED. RGB value is (114,148,237). Sum of RGB (Red+Green+Blue) = 114+148+237=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #7294ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7294ED is #8D6B12. Grayscale: #939393. Windows color (decimal): -9267987 or 15570034. OLE color: 15570034.

HSL color Cylindrical-coordinate representation of color #7294ED: hue angle of 223.41º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7294ED is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 148 237 -
CMYK 0.52 0.38 0 0.07
HSL 223.41º 0.77% 0.69% -
HSV(B) 223.41º 0.52% 0.93% -
XYZ 32.82 30.87 84.35 -
YUV 147.98 178.24 103.76 -
System Red Green Blue C M Y K H S L
Decimal 114 148 237 0.52 0.38 0 0.07 223.41 0.77 0.69
Hex 72 94 ED 34 26 0 7 DF 4D 45
Octal 162 224 355 64 46 0 7 337 115 105
Binary 1110010 10010100 11101101 110100 100110 0 111 11011111 1001101 1000101

Color Harmonies of #7294ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7294ED

Black with #7294ED

Text Example


Text Example

White with #7294ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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