Html Css Color HEX #7EA7DE Jordy Blue

📋 copy color: '#7EA7DE'

red 126 ◦ green 167 ◦ blue 222

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

Shades of Jordy Blue #7EA7DE

Tints of Jordy Blue #7EA7DE

RGB

 RED value IS 126 (49.61% from 255) = 24.47%

 GREEN value IS 167 (65.63% from 255) = 32.43%

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 24.47%
G = 32.43%
B = 43.11%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7EA7DE (or 0x7EA7DE) is known color: Jordy Blue. HEX triplet: 7E, A7 and DE. RGB value is (126,167,222). Sum of RGB (Red+Green+Blue) = 126+167+222=515 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.47% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #7EA7DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA7DE is #815821. Grayscale: #A0A0A0. Windows color (decimal): -8476706 or 14591870. OLE color: 14591870.

HSL color Cylindrical-coordinate representation of color #7EA7DE: hue angle of 214.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EA7DE is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 167 222 -
CMYK 0.43 0.25 0 0.13
HSL 214.38º 0.59% 0.68% -
HSV(B) 214.38º 0.43% 0.87% -
XYZ 35.61 37.35 74.44 -
YUV 161.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 126 167 222 0.43 0.25 0 0.13 214.38 0.59 0.68
Hex 7E A7 DE 2B 19 0 D D6 3B 44
Octal 176 247 336 53 31 0 15 326 73 104
Binary 1111110 10100111 11011110 101011 11001 0 1101 11010110 111011 1000100

Color Harmonies of #7EA7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA7DE

Black with #7EA7DE

Text Example


Text Example

White with #7EA7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,167,222); }

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

background-color css

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

 a { background-color: rgb(126,167,222); }

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

border-color css

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

 span { border-color: rgb(126,167,222); }

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