Html Css Color HEX #7EA3ED Jordy Blue

📋 copy color: '#7EA3ED'

red 126 ◦ green 163 ◦ blue 237

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

Shades of Jordy Blue #7EA3ED

Tints of Jordy Blue #7EA3ED

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.99%

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 23.95%
G = 30.99%
B = 45.06%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7EA3ED (or 0x7EA3ED) is known color: Jordy Blue. HEX triplet: 7E, A3 and ED. RGB value is (126,163,237). Sum of RGB (Red+Green+Blue) = 126+163+237=526 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.95% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #7EA3ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA3ED is #815C12. Grayscale: #A0A0A0. Windows color (decimal): -8477715 or 15573886. OLE color: 15573886.

HSL color Cylindrical-coordinate representation of color #7EA3ED: hue angle of 220º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EA3ED is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 163 237 -
CMYK 0.47 0.31 0 0.07
HSL 220º 0.76% 0.71% -
HSV(B) 220º 0.47% 0.93% -
XYZ 36.99 36.74 85.26 -
YUV 160.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 126 163 237 0.47 0.31 0 0.07 220 0.76 0.71
Hex 7E A3 ED 2F 1F 0 7 DC 4C 47
Octal 176 243 355 57 37 0 7 334 114 107
Binary 1111110 10100011 11101101 101111 11111 0 111 11011100 1001100 1000111

Color Harmonies of #7EA3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA3ED

Black with #7EA3ED

Text Example


Text Example

White with #7EA3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,163,237); }

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

background-color css

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

 a { background-color: rgb(126,163,237); }

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

border-color css

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

 span { border-color: rgb(126,163,237); }

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