Html Css Color HEX #7DA9EC Jordy Blue

📋 copy color: '#7DA9EC'

red 125 ◦ green 169 ◦ blue 236

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

Shades of Jordy Blue #7DA9EC

Tints of Jordy Blue #7DA9EC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.89%

 BLUE value IS 236 (92.58% from 255) = 44.53%

R = 23.58%
G = 31.89%
B = 44.53%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7DA9EC (or 0x7DA9EC) is known color: Jordy Blue. HEX triplet: 7D, A9 and EC. RGB value is (125,169,236). Sum of RGB (Red+Green+Blue) = 125+169+236=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DA9EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA9EC is #825613. Grayscale: #A3A3A3. Windows color (decimal): -8541716 or 15509885. OLE color: 15509885.

HSL color Cylindrical-coordinate representation of color #7DA9EC: hue angle of 216.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DA9EC is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 169 236 -
CMYK 0.47 0.28 0 0.07
HSL 216.22º 0.74% 0.71% -
HSV(B) 216.22º 0.47% 0.93% -
XYZ 37.79 38.79 84.85 -
YUV 163.48 168.92 100.55 -
System Red Green Blue C M Y K H S L
Decimal 125 169 236 0.47 0.28 0 0.07 216.22 0.74 0.71
Hex 7D A9 EC 2F 1C 0 7 D8 4A 47
Octal 175 251 354 57 34 0 7 330 112 107
Binary 1111101 10101001 11101100 101111 11100 0 111 11011000 1001010 1000111

Color Harmonies of #7DA9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA9EC

Black with #7DA9EC

Text Example


Text Example

White with #7DA9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,169,236); }

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

background-color css

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

 a { background-color: rgb(125,169,236); }

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

border-color css

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

 span { border-color: rgb(125,169,236); }

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