Html Css Color HEX #7295EA Cornflower Blue

📋 copy color: '#7295EA'

red 114 ◦ green 149 ◦ blue 234

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

Shades of Cornflower Blue #7295EA

Tints of Cornflower Blue #7295EA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.98%

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

R = 22.94%
G = 29.98%
B = 47.08%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7295EA (or 0x7295EA) is known color: Cornflower Blue. HEX triplet: 72, 95 and EA. RGB value is (114,149,234). Sum of RGB (Red+Green+Blue) = 114+149+234=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #7295EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7295EA is #8D6A15. Grayscale: #939393. Windows color (decimal): -9267734 or 15373682. OLE color: 15373682.

HSL color Cylindrical-coordinate representation of color #7295EA: hue angle of 222.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 #7295EA is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 149 234 -
CMYK 0.51 0.36 0 0.08
HSL 222.5º 0.74% 0.68% -
HSV(B) 222.5º 0.51% 0.92% -
XYZ 32.54 31.01 82.11 -
YUV 148.23 176.4 103.59 -
System Red Green Blue C M Y K H S L
Decimal 114 149 234 0.51 0.36 0 0.08 222.5 0.74 0.68
Hex 72 95 EA 33 24 0 8 DE 4A 44
Octal 162 225 352 63 44 0 10 336 112 104
Binary 1110010 10010101 11101010 110011 100100 0 1000 11011110 1001010 1000100

Color Harmonies of #7295EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7295EA

Black with #7295EA

Text Example


Text Example

White with #7295EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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