Html Css Color HEX #7EA2EF Jordy Blue

📋 copy color: '#7EA2EF'

red 126 ◦ green 162 ◦ blue 239

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

Shades of Jordy Blue #7EA2EF

Tints of Jordy Blue #7EA2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 23.91%
G = 30.74%
B = 45.35%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7EA2EF (or 0x7EA2EF) is known color: Jordy Blue. HEX triplet: 7E, A2 and EF. RGB value is (126,162,239). Sum of RGB (Red+Green+Blue) = 126+162+239=527 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.91% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #7EA2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA2EF is #815D10. Grayscale: #9F9F9F. Windows color (decimal): -8477969 or 15704702. OLE color: 15704702.

HSL color Cylindrical-coordinate representation of color #7EA2EF: hue angle of 220.88º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EA2EF is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 126 162 239 -
CMYK 0.47 0.32 0 0.06
HSL 220.89º 0.78% 0.72% -
HSV(B) 220.89º 0.47% 0.94% -
XYZ 37.1 36.51 86.75 -
YUV 160.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 126 162 239 0.47 0.32 0 0.06 220.89 0.78 0.72
Hex 7E A2 EF 2F 20 0 6 DD 4E 48
Octal 176 242 357 57 40 0 6 335 116 110
Binary 1111110 10100010 11101111 101111 100000 0 110 11011101 1001110 1001000

Color Harmonies of #7EA2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA2EF

Black with #7EA2EF

Text Example


Text Example

White with #7EA2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,162,239); }

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

background-color css

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

 a { background-color: rgb(126,162,239); }

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

border-color css

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

 span { border-color: rgb(126,162,239); }

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