Html Css Color HEX #7D9FDF Jordy Blue

📋 copy color: '#7D9FDF'

red 125 ◦ green 159 ◦ blue 223

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

Shades of Jordy Blue #7D9FDF

Tints of Jordy Blue #7D9FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 24.65%
G = 31.36%
B = 43.98%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D9FDF (or 0x7D9FDF) is known color: Jordy Blue. HEX triplet: 7D, 9F and DF. RGB value is (125,159,223). Sum of RGB (Red+Green+Blue) = 125+159+223=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D9FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9FDF is #826020. Grayscale: #9B9B9B. Windows color (decimal): -8544289 or 14655357. OLE color: 14655357.

HSL color Cylindrical-coordinate representation of color #7D9FDF: hue angle of 219.18º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D9FDF is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 159 223 -
CMYK 0.44 0.29 0 0.13
HSL 219.18º 0.6% 0.68% -
HSV(B) 219.18º 0.44% 0.87% -
XYZ 34.17 34.48 74.67 -
YUV 156.13 165.74 105.8 -
System Red Green Blue C M Y K H S L
Decimal 125 159 223 0.44 0.29 0 0.13 219.18 0.6 0.68
Hex 7D 9F DF 2C 1D 0 D DB 3C 44
Octal 175 237 337 54 35 0 15 333 74 104
Binary 1111101 10011111 11011111 101100 11101 0 1101 11011011 111100 1000100

Color Harmonies of #7D9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9FDF

Black with #7D9FDF

Text Example


Text Example

White with #7D9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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