Html Css Color HEX #7DA3DC Jordy Blue

📋 copy color: '#7DA3DC'

red 125 ◦ green 163 ◦ blue 220

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

Shades of Jordy Blue #7DA3DC

Tints of Jordy Blue #7DA3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.09%

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

R = 24.61%
G = 32.09%
B = 43.31%

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

#7DA3DC (or 0x7DA3DC) is known color: Jordy Blue. HEX triplet: 7D, A3 and DC. RGB value is (125,163,220). Sum of RGB (Red+Green+Blue) = 125+163+220=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DA3DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA3DC is #825C23. Grayscale: #9D9D9D. Windows color (decimal): -8543268 or 14459773. OLE color: 14459773.

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

Color convert

RGB 125 163 220 -
CMYK 0.43 0.26 0 0.14
HSL 216º 0.58% 0.68% -
HSV(B) 216º 0.43% 0.86% -
XYZ 34.47 35.72 72.79 -
YUV 158.14 162.91 104.37 -
System Red Green Blue C M Y K H S L
Decimal 125 163 220 0.43 0.26 0 0.14 216 0.58 0.68
Hex 7D A3 DC 2B 1A 0 E D8 3A 44
Octal 175 243 334 53 32 0 16 330 72 104
Binary 1111101 10100011 11011100 101011 11010 0 1110 11011000 111010 1000100

Color Harmonies of #7DA3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA3DC

Black with #7DA3DC

Text Example


Text Example

White with #7DA3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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