Html Css Color HEX #7AA0FF Cornflower Blue

📋 copy color: '#7AA0FF'

red 122 ◦ green 160 ◦ blue 255

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

Shades of Cornflower Blue #7AA0FF

Tints of Cornflower Blue #7AA0FF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.8%

 BLUE value IS 255 (100% from 255) = 47.49%

R = 22.72%
G = 29.8%
B = 47.49%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7AA0FF (or 0x7AA0FF) is known color: Cornflower Blue. HEX triplet: 7A, A0 and FF. RGB value is (122,160,255). Sum of RGB (Red+Green+Blue) = 122+160+255=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AA0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA0FF is #855F00. Grayscale: #9F9F9F. Windows color (decimal): -8740609 or 16752762. OLE color: 16752762.

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

Color convert

RGB 122 160 255 -
CMYK 0.52 0.37 0 0
HSL 222.86º 1% 0.74% -
HSV(B) 222.86º 0.52% 1% -
XYZ 38.65 36.5 99.62 -
YUV 159.47 181.91 101.28 -
System Red Green Blue C M Y K H S L
Decimal 122 160 255 0.52 0.37 0 0 222.86 1 0.74
Hex 7A A0 FF 34 25 0 0 DF 64 4A
Octal 172 240 377 64 45 0 0 337 144 112
Binary 1111010 10100000 11111111 110100 100101 0 0 11011111 1100100 1001010

Color Harmonies of #7AA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA0FF

Black with #7AA0FF

Text Example


Text Example

White with #7AA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,160,255); }

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

background-color css

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

 a { background-color: rgb(122,160,255); }

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

border-color css

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

 span { border-color: rgb(122,160,255); }

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