Html Css Color HEX #7D9DDB Jordy Blue

📋 copy color: '#7D9DDB'

red 125 ◦ green 157 ◦ blue 219

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

Shades of Jordy Blue #7D9DDB

Tints of Jordy Blue #7D9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.34%

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

R = 24.95%
G = 31.34%
B = 43.71%

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

#7D9DDB (or 0x7D9DDB) is known color: Jordy Blue. HEX triplet: 7D, 9D and DB. RGB value is (125,157,219). Sum of RGB (Red+Green+Blue) = 125+157+219=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D9DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9DDB is #826224. Grayscale: #9A9A9A. Windows color (decimal): -8544805 or 14392701. OLE color: 14392701.

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

Color convert

RGB 125 157 219 -
CMYK 0.43 0.28 0 0.14
HSL 219.57º 0.57% 0.67% -
HSV(B) 219.57º 0.43% 0.86% -
XYZ 33.3 33.59 71.75 -
YUV 154.5 164.4 106.96 -
System Red Green Blue C M Y K H S L
Decimal 125 157 219 0.43 0.28 0 0.14 219.57 0.57 0.67
Hex 7D 9D DB 2B 1C 0 E DC 39 43
Octal 175 235 333 53 34 0 16 334 71 103
Binary 1111101 10011101 11011011 101011 11100 0 1110 11011100 111001 1000011

Color Harmonies of #7D9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9DDB

Black with #7D9DDB

Text Example


Text Example

White with #7D9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,157,219); }

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

background-color css

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

 a { background-color: rgb(125,157,219); }

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

border-color css

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

 span { border-color: rgb(125,157,219); }

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