Html Css Color HEX #7DAADC Jordy Blue

📋 copy color: '#7DAADC'

red 125 ◦ green 170 ◦ blue 220

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

Shades of Jordy Blue #7DAADC

Tints of Jordy Blue #7DAADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.01%

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

R = 24.27%
G = 33.01%
B = 42.72%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DAADC (or 0x7DAADC) is known color: Jordy Blue. HEX triplet: 7D, AA and DC. RGB value is (125,170,220). Sum of RGB (Red+Green+Blue) = 125+170+220=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DAADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAADC is #825523. Grayscale: #A2A2A2. Windows color (decimal): -8541476 or 14461565. OLE color: 14461565.

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

Color convert

RGB 125 170 220 -
CMYK 0.43 0.23 0 0.14
HSL 211.58º 0.58% 0.68% -
HSV(B) 211.58º 0.43% 0.86% -
XYZ 35.75 38.28 73.21 -
YUV 162.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 125 170 220 0.43 0.23 0 0.14 211.58 0.58 0.68
Hex 7D AA DC 2B 17 0 E D4 3A 44
Octal 175 252 334 53 27 0 16 324 72 104
Binary 1111101 10101010 11011100 101011 10111 0 1110 11010100 111010 1000100

Color Harmonies of #7DAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAADC

Black with #7DAADC

Text Example


Text Example

White with #7DAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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