Html Css Color HEX #7D9FDC Jordy Blue

📋 copy color: '#7D9FDC'

red 125 ◦ green 159 ◦ blue 220

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

Shades of Jordy Blue #7D9FDC

Tints of Jordy Blue #7D9FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.55%

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

R = 24.8%
G = 31.55%
B = 43.65%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D9FDC (or 0x7D9FDC) is known color: Jordy Blue. HEX triplet: 7D, 9F and DC. RGB value is (125,159,220). Sum of RGB (Red+Green+Blue) = 125+159+220=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D9FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9FDC is #826023. Grayscale: #9B9B9B. Windows color (decimal): -8544292 or 14458749. OLE color: 14458749.

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

Color convert

RGB 125 159 220 -
CMYK 0.43 0.28 0 0.14
HSL 218.53º 0.58% 0.68% -
HSV(B) 218.53º 0.43% 0.86% -
XYZ 33.77 34.32 72.56 -
YUV 155.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 125 159 220 0.43 0.28 0 0.14 218.53 0.58 0.68
Hex 7D 9F DC 2B 1C 0 E DB 3A 44
Octal 175 237 334 53 34 0 16 333 72 104
Binary 1111101 10011111 11011100 101011 11100 0 1110 11011011 111010 1000100

Color Harmonies of #7D9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9FDC

Black with #7D9FDC

Text Example


Text Example

White with #7D9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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