Html Css Color HEX #7DA2DC Jordy Blue

📋 copy color: '#7DA2DC'

red 125 ◦ green 162 ◦ blue 220

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

Shades of Jordy Blue #7DA2DC

Tints of Jordy Blue #7DA2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.95%

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

R = 24.65%
G = 31.95%
B = 43.39%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DA2DC (or 0x7DA2DC) is known color: Jordy Blue. HEX triplet: 7D, A2 and DC. RGB value is (125,162,220). Sum of RGB (Red+Green+Blue) = 125+162+220=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DA2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA2DC is #825D23. Grayscale: #9D9D9D. Windows color (decimal): -8543524 or 14459517. OLE color: 14459517.

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

Color convert

RGB 125 162 220 -
CMYK 0.43 0.26 0 0.14
HSL 216.63º 0.58% 0.68% -
HSV(B) 216.63º 0.43% 0.86% -
XYZ 34.3 35.37 72.73 -
YUV 157.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 125 162 220 0.43 0.26 0 0.14 216.63 0.58 0.68
Hex 7D A2 DC 2B 1A 0 E D9 3A 44
Octal 175 242 334 53 32 0 16 331 72 104
Binary 1111101 10100010 11011100 101011 11010 0 1110 11011001 111010 1000100

Color Harmonies of #7DA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA2DC

Black with #7DA2DC

Text Example


Text Example

White with #7DA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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