Html Css Color HEX #7293EF Cornflower Blue

📋 copy color: '#7293EF'

red 114 ◦ green 147 ◦ blue 239

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

Shades of Cornflower Blue #7293EF

Tints of Cornflower Blue #7293EF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.4%

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 22.8%
G = 29.4%
B = 47.8%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7293EF (or 0x7293EF) is known color: Cornflower Blue. HEX triplet: 72, 93 and EF. RGB value is (114,147,239). Sum of RGB (Red+Green+Blue) = 114+147+239=500 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.8% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #7293EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7293EF is #8D6C10. Grayscale: #939393. Windows color (decimal): -9268241 or 15700850. OLE color: 15700850.

HSL color Cylindrical-coordinate representation of color #7293EF: hue angle of 224.16º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7293EF is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 147 239 -
CMYK 0.52 0.38 0 0.06
HSL 224.16º 0.8% 0.69% -
HSV(B) 224.16º 0.52% 0.94% -
XYZ 32.95 30.68 85.85 -
YUV 147.62 179.57 104.02 -
System Red Green Blue C M Y K H S L
Decimal 114 147 239 0.52 0.38 0 0.06 224.16 0.8 0.69
Hex 72 93 EF 34 26 0 6 E0 50 45
Octal 162 223 357 64 46 0 6 340 120 105
Binary 1110010 10010011 11101111 110100 100110 0 110 11100000 1010000 1000101

Color Harmonies of #7293EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7293EF

Black with #7293EF

Text Example


Text Example

White with #7293EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7293EF; }

 p { color: rgb(114,147,239); }

 H1.HeaderClassName
 {
   color: #7293EF;
 }
 .AnyTagClassName
 {
   color: #7293EF;
 }
</style>

background-color css

<style>
 a { background-color: #7293EF; }

 a { background-color: rgb(114,147,239); }

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

border-color css

<style>
 span { border-color: #7293EF; }

 span { border-color: rgb(114,147,239); }

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