Html Css Color HEX #7292ED Cornflower Blue

📋 copy color: '#7292ED'

red 114 ◦ green 146 ◦ blue 237

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

Shades of Cornflower Blue #7292ED

Tints of Cornflower Blue #7292ED

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.38%

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

R = 22.94%
G = 29.38%
B = 47.69%

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

#7292ED (or 0x7292ED) is known color: Cornflower Blue. HEX triplet: 72, 92 and ED. RGB value is (114,146,237). Sum of RGB (Red+Green+Blue) = 114+146+237=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #7292ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7292ED is #8D6D12. Grayscale: #929292. Windows color (decimal): -9268499 or 15569522. OLE color: 15569522.

HSL color Cylindrical-coordinate representation of color #7292ED: hue angle of 224.39º 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 #7292ED is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 146 237 -
CMYK 0.52 0.38 0 0.07
HSL 224.39º 0.77% 0.69% -
HSV(B) 224.39º 0.52% 0.93% -
XYZ 32.5 30.25 84.25 -
YUV 146.81 178.9 104.6 -
System Red Green Blue C M Y K H S L
Decimal 114 146 237 0.52 0.38 0 0.07 224.39 0.77 0.69
Hex 72 92 ED 34 26 0 7 E0 4D 45
Octal 162 222 355 64 46 0 7 340 115 105
Binary 1110010 10010010 11101101 110100 100110 0 111 11100000 1001101 1000101

Color Harmonies of #7292ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7292ED

Black with #7292ED

Text Example


Text Example

White with #7292ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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