Html Css Color HEX #7AA5FF Cornflower Blue

📋 copy color: '#7AA5FF'

red 122 ◦ green 165 ◦ blue 255

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

Shades of Cornflower Blue #7AA5FF

Tints of Cornflower Blue #7AA5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.44%

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

R = 22.51%
G = 30.44%
B = 47.05%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7AA5FF (or 0x7AA5FF) is known color: Cornflower Blue. HEX triplet: 7A, A5 and FF. RGB value is (122,165,255). Sum of RGB (Red+Green+Blue) = 122+165+255=542 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.51% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AA5FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA5FF is #855A00. Grayscale: #A2A2A2. Windows color (decimal): -8739329 or 16754042. OLE color: 16754042.

HSL color Cylindrical-coordinate representation of color #7AA5FF: hue angle of 220.6º 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 #7AA5FF is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 122 165 255 -
CMYK 0.52 0.35 0 0
HSL 220.6º 1% 0.74% -
HSV(B) 220.6º 0.52% 1% -
XYZ 39.53 38.27 99.91 -
YUV 162.4 180.25 99.18 -
System Red Green Blue C M Y K H S L
Decimal 122 165 255 0.52 0.35 0 0 220.6 1 0.74
Hex 7A A5 FF 34 23 0 0 DD 64 4A
Octal 172 245 377 64 43 0 0 335 144 112
Binary 1111010 10100101 11111111 110100 100011 0 0 11011101 1100100 1001010

Color Harmonies of #7AA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA5FF

Black with #7AA5FF

Text Example


Text Example

White with #7AA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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