Html Css Color HEX #77A2FF Cornflower Blue

📋 copy color: '#77A2FF'

red 119 ◦ green 162 ◦ blue 255

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

Shades of Cornflower Blue #77A2FF

Tints of Cornflower Blue #77A2FF

RGB

 RED value IS 119 (46.88% from 255) = 22.2%

 GREEN value IS 162 (63.67% from 255) = 30.22%

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

R = 22.2%
G = 30.22%
B = 47.57%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#77A2FF (or 0x77A2FF) is known color: Cornflower Blue. HEX triplet: 77, A2 and FF. RGB value is (119,162,255). Sum of RGB (Red+Green+Blue) = 119+162+255=536 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.20% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #77A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A2FF is #885D00. Grayscale: #9F9F9F. Windows color (decimal): -8936705 or 16753271. OLE color: 16753271.

HSL color Cylindrical-coordinate representation of color #77A2FF: hue angle of 221.03º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77A2FF is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 162 255 -
CMYK 0.53 0.36 0 0
HSL 221.03º 1% 0.73% -
HSV(B) 221.03º 0.53% 1% -
XYZ 38.58 36.98 99.71 -
YUV 159.75 181.75 98.94 -
System Red Green Blue C M Y K H S L
Decimal 119 162 255 0.53 0.36 0 0 221.03 1 0.73
Hex 77 A2 FF 35 24 0 0 DD 64 49
Octal 167 242 377 65 44 0 0 335 144 111
Binary 1110111 10100010 11111111 110101 100100 0 0 11011101 1100100 1001001

Color Harmonies of #77A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A2FF

Black with #77A2FF

Text Example


Text Example

White with #77A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77A2FF; }

 p { color: rgb(119,162,255); }

 H1.HeaderClassName
 {
   color: #77A2FF;
 }
 .AnyTagClassName
 {
   color: #77A2FF;
 }
</style>

background-color css

<style>
 a { background-color: #77A2FF; }

 a { background-color: rgb(119,162,255); }

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

border-color css

<style>
 span { border-color: #77A2FF; }

 span { border-color: rgb(119,162,255); }

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