Html Css Color HEX #7EA5DB Jordy Blue

📋 copy color: '#7EA5DB'

red 126 ◦ green 165 ◦ blue 219

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

Shades of Jordy Blue #7EA5DB

Tints of Jordy Blue #7EA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.35%

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 24.71%
G = 32.35%
B = 42.94%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7EA5DB (or 0x7EA5DB) is known color: Jordy Blue. HEX triplet: 7E, A5 and DB. RGB value is (126,165,219). Sum of RGB (Red+Green+Blue) = 126+165+219=510 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.71% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EA5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA5DB is #815A24. Grayscale: #9F9F9F. Windows color (decimal): -8477221 or 14394750. OLE color: 14394750.

HSL color Cylindrical-coordinate representation of color #7EA5DB: hue angle of 214.84º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EA5DB is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 165 219 -
CMYK 0.42 0.25 0 0.14
HSL 214.84º 0.56% 0.68% -
HSV(B) 214.84º 0.42% 0.86% -
XYZ 34.85 36.46 72.22 -
YUV 159.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 126 165 219 0.42 0.25 0 0.14 214.84 0.56 0.68
Hex 7E A5 DB 2A 19 0 E D7 38 44
Octal 176 245 333 52 31 0 16 327 70 104
Binary 1111110 10100101 11011011 101010 11001 0 1110 11010111 111000 1000100

Color Harmonies of #7EA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA5DB

Black with #7EA5DB

Text Example


Text Example

White with #7EA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,165,219); }

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

background-color css

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

 a { background-color: rgb(126,165,219); }

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

border-color css

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

 span { border-color: rgb(126,165,219); }

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