Html Css Color HEX #7A94ED Cornflower Blue

📋 copy color: '#7A94ED'

red 122 ◦ green 148 ◦ blue 237

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

Shades of Cornflower Blue #7A94ED

Tints of Cornflower Blue #7A94ED

RGB

 RED value IS 122 (48.05% from 255) = 24.06%

 GREEN value IS 148 (58.2% from 255) = 29.19%

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

R = 24.06%
G = 29.19%
B = 46.75%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7A94ED (or 0x7A94ED) is known color: Cornflower Blue. HEX triplet: 7A, 94 and ED. RGB value is (122,148,237). Sum of RGB (Red+Green+Blue) = 122+148+237=507 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.06% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A94ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A94ED is #856B12. Grayscale: #959595. Windows color (decimal): -8743699 or 15570042. OLE color: 15570042.

HSL color Cylindrical-coordinate representation of color #7A94ED: hue angle of 226.43º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A94ED is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 148 237 -
CMYK 0.49 0.38 0 0.07
HSL 226.43º 0.76% 0.7% -
HSV(B) 226.43º 0.49% 0.93% -
XYZ 33.9 31.43 84.4 -
YUV 150.37 176.89 107.76 -
System Red Green Blue C M Y K H S L
Decimal 122 148 237 0.49 0.38 0 0.07 226.43 0.76 0.7
Hex 7A 94 ED 31 26 0 7 E2 4C 46
Octal 172 224 355 61 46 0 7 342 114 106
Binary 1111010 10010100 11101101 110001 100110 0 111 11100010 1001100 1000110

Color Harmonies of #7A94ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A94ED

Black with #7A94ED

Text Example


Text Example

White with #7A94ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A94ED; }

 p { color: rgb(122,148,237); }

 H1.HeaderClassName
 {
   color: #7A94ED;
 }
 .AnyTagClassName
 {
   color: #7A94ED;
 }
</style>

background-color css

<style>
 a { background-color: #7A94ED; }

 a { background-color: rgb(122,148,237); }

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

border-color css

<style>
 span { border-color: #7A94ED; }

 span { border-color: rgb(122,148,237); }

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