Html Css Color HEX #77A2EE Jordy Blue

📋 copy color: '#77A2EE'

red 119 ◦ green 162 ◦ blue 238

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

Shades of Jordy Blue #77A2EE

Tints of Jordy Blue #77A2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 22.93%
G = 31.21%
B = 45.86%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#77A2EE (or 0x77A2EE) is known color: Jordy Blue. HEX triplet: 77, A2 and EE. RGB value is (119,162,238). Sum of RGB (Red+Green+Blue) = 119+162+238=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #77A2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A2EE is #885D11. Grayscale: #9D9D9D. Windows color (decimal): -8936722 or 15639159. OLE color: 15639159.

HSL color Cylindrical-coordinate representation of color #77A2EE: hue angle of 218.32º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77A2EE is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 162 238 -
CMYK 0.50 0.32 0 0.07
HSL 218.32º 0.78% 0.7% -
HSV(B) 218.32º 0.5% 0.93% -
XYZ 35.96 35.94 85.93 -
YUV 157.81 173.25 100.32 -
System Red Green Blue C M Y K H S L
Decimal 119 162 238 0.50 0.32 0 0.07 218.32 0.78 0.7
Hex 77 A2 EE 32 20 0 7 DA 4E 46
Octal 167 242 356 62 40 0 7 332 116 106
Binary 1110111 10100010 11101110 110010 100000 0 111 11011010 1001110 1000110

Color Harmonies of #77A2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A2EE

Black with #77A2EE

Text Example


Text Example

White with #77A2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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