Html Css Color HEX #7DA1DC Jordy Blue

📋 copy color: '#7DA1DC'

red 125 ◦ green 161 ◦ blue 220

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

Shades of Jordy Blue #7DA1DC

Tints of Jordy Blue #7DA1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.82%

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

R = 24.7%
G = 31.82%
B = 43.48%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DA1DC (or 0x7DA1DC) is known color: Jordy Blue. HEX triplet: 7D, A1 and DC. RGB value is (125,161,220). Sum of RGB (Red+Green+Blue) = 125+161+220=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DA1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA1DC is #825E23. Grayscale: #9C9C9C. Windows color (decimal): -8543780 or 14459261. OLE color: 14459261.

HSL color Cylindrical-coordinate representation of color #7DA1DC: hue angle of 217.26º 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 #7DA1DC is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 161 220 -
CMYK 0.43 0.27 0 0.14
HSL 217.26º 0.58% 0.68% -
HSV(B) 217.26º 0.43% 0.86% -
XYZ 34.12 35.02 72.67 -
YUV 156.96 163.57 105.2 -
System Red Green Blue C M Y K H S L
Decimal 125 161 220 0.43 0.27 0 0.14 217.26 0.58 0.68
Hex 7D A1 DC 2B 1B 0 E D9 3A 44
Octal 175 241 334 53 33 0 16 331 72 104
Binary 1111101 10100001 11011100 101011 11011 0 1110 11011001 111010 1000100

Color Harmonies of #7DA1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA1DC

Black with #7DA1DC

Text Example


Text Example

White with #7DA1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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