Html Css Color HEX #7DAFDC Jordy Blue

📋 copy color: '#7DAFDC'

red 125 ◦ green 175 ◦ blue 220

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

Shades of Jordy Blue #7DAFDC

Tints of Jordy Blue #7DAFDC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.65%

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

R = 24.04%
G = 33.65%
B = 42.31%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DAFDC (or 0x7DAFDC) is known color: Jordy Blue. HEX triplet: 7D, AF and DC. RGB value is (125,175,220). Sum of RGB (Red+Green+Blue) = 125+175+220=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DAFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAFDC is #825023. Grayscale: #A4A4A4. Windows color (decimal): -8540196 or 14462845. OLE color: 14462845.

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

Color convert

RGB 125 175 220 -
CMYK 0.43 0.20 0 0.14
HSL 208.42º 0.58% 0.68% -
HSV(B) 208.42º 0.43% 0.86% -
XYZ 36.71 40.19 73.53 -
YUV 165.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 125 175 220 0.43 0.20 0 0.14 208.42 0.58 0.68
Hex 7D AF DC 2B 14 0 E D0 3A 44
Octal 175 257 334 53 24 0 16 320 72 104
Binary 1111101 10101111 11011100 101011 10100 0 1110 11010000 111010 1000100

Color Harmonies of #7DAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAFDC

Black with #7DAFDC

Text Example


Text Example

White with #7DAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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