Html Css Color HEX #7293EA Cornflower Blue

📋 copy color: '#7293EA'

red 114 ◦ green 147 ◦ blue 234

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

Shades of Cornflower Blue #7293EA

Tints of Cornflower Blue #7293EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 23.03%
G = 29.7%
B = 47.27%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7293EA (or 0x7293EA) is known color: Cornflower Blue. HEX triplet: 72, 93 and EA. RGB value is (114,147,234). Sum of RGB (Red+Green+Blue) = 114+147+234=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #7293EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7293EA is #8D6C15. Grayscale: #929292. Windows color (decimal): -9268246 or 15373170. OLE color: 15373170.

HSL color Cylindrical-coordinate representation of color #7293EA: hue angle of 223.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7293EA is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 147 234 -
CMYK 0.51 0.37 0 0.08
HSL 223.5º 0.74% 0.68% -
HSV(B) 223.5º 0.51% 0.92% -
XYZ 32.22 30.39 82.01 -
YUV 147.05 177.07 104.43 -
System Red Green Blue C M Y K H S L
Decimal 114 147 234 0.51 0.37 0 0.08 223.5 0.74 0.68
Hex 72 93 EA 33 25 0 8 E0 4A 44
Octal 162 223 352 63 45 0 10 340 112 104
Binary 1110010 10010011 11101010 110011 100101 0 1000 11100000 1001010 1000100

Color Harmonies of #7293EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7293EA

Black with #7293EA

Text Example


Text Example

White with #7293EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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