Html Css Color HEX #7290EA Cornflower Blue

📋 copy color: '#7290EA'

red 114 ◦ green 144 ◦ blue 234

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

Shades of Cornflower Blue #7290EA

Tints of Cornflower Blue #7290EA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.27%

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

R = 23.17%
G = 29.27%
B = 47.56%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7290EA (or 0x7290EA) is known color: Cornflower Blue. HEX triplet: 72, 90 and EA. RGB value is (114,144,234). Sum of RGB (Red+Green+Blue) = 114+144+234=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #7290EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7290EA is #8D6F15. Grayscale: #909090. Windows color (decimal): -9269014 or 15372402. OLE color: 15372402.

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

Color convert

RGB 114 144 234 -
CMYK 0.51 0.38 0 0.08
HSL 225º 0.74% 0.68% -
HSV(B) 225º 0.51% 0.92% -
XYZ 31.76 29.46 81.85 -
YUV 145.29 178.06 105.68 -
System Red Green Blue C M Y K H S L
Decimal 114 144 234 0.51 0.38 0 0.08 225 0.74 0.68
Hex 72 90 EA 33 26 0 8 E1 4A 44
Octal 162 220 352 63 46 0 10 341 112 104
Binary 1110010 10010000 11101010 110011 100110 0 1000 11100001 1001010 1000100

Color Harmonies of #7290EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7290EA

Black with #7290EA

Text Example


Text Example

White with #7290EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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