Html Css Color HEX #7D9EDC Jordy Blue

📋 copy color: '#7D9EDC'

red 125 ◦ green 158 ◦ blue 220

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

Shades of Jordy Blue #7D9EDC

Tints of Jordy Blue #7D9EDC

RGB

 RED value IS 125 (49.22% from 255) = 24.85%

 GREEN value IS 158 (62.11% from 255) = 31.41%

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 24.85%
G = 31.41%
B = 43.74%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D9EDC (or 0x7D9EDC) is known color: Jordy Blue. HEX triplet: 7D, 9E and DC. RGB value is (125,158,220). Sum of RGB (Red+Green+Blue) = 125+158+220=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D9EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9EDC is #826123. Grayscale: #9A9A9A. Windows color (decimal): -8544548 or 14458493. OLE color: 14458493.

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

Color convert

RGB 125 158 220 -
CMYK 0.43 0.28 0 0.14
HSL 219.16º 0.58% 0.68% -
HSV(B) 219.16º 0.43% 0.86% -
XYZ 33.6 33.98 72.5 -
YUV 155.2 164.57 106.46 -
System Red Green Blue C M Y K H S L
Decimal 125 158 220 0.43 0.28 0 0.14 219.16 0.58 0.68
Hex 7D 9E DC 2B 1C 0 E DB 3A 44
Octal 175 236 334 53 34 0 16 333 72 104
Binary 1111101 10011110 11011100 101011 11100 0 1110 11011011 111010 1000100

Color Harmonies of #7D9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9EDC

Black with #7D9EDC

Text Example


Text Example

White with #7D9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,158,220); }

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

background-color css

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

 a { background-color: rgb(125,158,220); }

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

border-color css

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

 span { border-color: rgb(125,158,220); }

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