Html Css Color HEX #7AA4FE Cornflower Blue

📋 copy color: '#7AA4FE'

red 122 ◦ green 164 ◦ blue 254

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

Shades of Cornflower Blue #7AA4FE

Tints of Cornflower Blue #7AA4FE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.37%

 BLUE value IS 254 (99.61% from 255) = 47.04%

R = 22.59%
G = 30.37%
B = 47.04%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7AA4FE (or 0x7AA4FE) is known color: Cornflower Blue. HEX triplet: 7A, A4 and FE. RGB value is (122,164,254). Sum of RGB (Red+Green+Blue) = 122+164+254=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AA4FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA4FE is #855B01. Grayscale: #A1A1A1. Windows color (decimal): -8739586 or 16688250. OLE color: 16688250.

HSL color Cylindrical-coordinate representation of color #7AA4FE: hue angle of 220.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AA4FE is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 122 164 254 -
CMYK 0.52 0.35 0 0.00
HSL 220.91º 0.99% 0.74% -
HSV(B) 220.91º 0.52% 1% -
XYZ 39.19 37.84 99.01 -
YUV 161.7 180.09 99.68 -
System Red Green Blue C M Y K H S L
Decimal 122 164 254 0.52 0.35 0 0.00 220.91 0.99 0.74
Hex 7A A4 FE 34 23 0 0 DD 63 4A
Octal 172 244 376 64 43 0 0 335 143 112
Binary 1111010 10100100 11111110 110100 100011 0 0 11011101 1100011 1001010

Color Harmonies of #7AA4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA4FE

Black with #7AA4FE

Text Example


Text Example

White with #7AA4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,164,254); }

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

background-color css

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

 a { background-color: rgb(122,164,254); }

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

border-color css

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

 span { border-color: rgb(122,164,254); }

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