Html Css Color HEX #7DA4DF Jordy Blue

📋 copy color: '#7DA4DF'

red 125 ◦ green 164 ◦ blue 223

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

Shades of Jordy Blue #7DA4DF

Tints of Jordy Blue #7DA4DF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.03%

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 24.41%
G = 32.03%
B = 43.55%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DA4DF (or 0x7DA4DF) is known color: Jordy Blue. HEX triplet: 7D, A4 and DF. RGB value is (125,164,223). Sum of RGB (Red+Green+Blue) = 125+164+223=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DA4DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA4DF is #825B20. Grayscale: #9E9E9E. Windows color (decimal): -8543009 or 14656637. OLE color: 14656637.

HSL color Cylindrical-coordinate representation of color #7DA4DF: hue angle of 216.12º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DA4DF is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 164 223 -
CMYK 0.44 0.26 0 0.13
HSL 216.12º 0.6% 0.68% -
HSV(B) 216.12º 0.44% 0.87% -
XYZ 35.05 36.24 74.96 -
YUV 159.07 164.08 103.7 -
System Red Green Blue C M Y K H S L
Decimal 125 164 223 0.44 0.26 0 0.13 216.12 0.6 0.68
Hex 7D A4 DF 2C 1A 0 D D8 3C 44
Octal 175 244 337 54 32 0 15 330 74 104
Binary 1111101 10100100 11011111 101100 11010 0 1101 11011000 111100 1000100

Color Harmonies of #7DA4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA4DF

Black with #7DA4DF

Text Example


Text Example

White with #7DA4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,164,223); }

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

background-color css

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

 a { background-color: rgb(125,164,223); }

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

border-color css

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

 span { border-color: rgb(125,164,223); }

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