#7DA7F1

Color #7DA7F1 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7DA7F1

Tints of Jordy Blue #7DA7F1

Color information

#7DA7F1 (or 0x7DA7F1) is unknown color: approx Jordy Blue. HEX triplet: 7D, A7 and F1. RGB value is (125,167,241). Sum of RGB (Red+Green+Blue) = 125+167+241=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #7DA7F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA7F1 is #82580E. Grayscale: #A2A2A2. Windows color (decimal): -8542223 or 15837053. OLE color: 15837053.

HSL color Cylindrical-coordinate representation of color #7DA7F1: hue angle of 218.28º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DA7F1 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB125167241-
CMYK0.480.3100.05
HSL218.28º80.56%71.76%-
HSV(B)218.28º48.13%94.51%-
XYZ38.1538.3588.61-
YUV162.88172.09100.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.45%
GREEN value IS 167 (65.62% from 255) = 31.33%
BLUE value IS 241 (94.53% from 255) = 45.22%
R=23.45%
G=31.33%
B=45.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1251672410.480.3100.05218.2880.5671.76
Hex7DA7F1301F05da5148
Octal175247361603705332121110
Binary111110110100111111100011100001111101011101101010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,167,241); }

 H1.HeaderClassName
 {
   color: #7DA7F1;
 }
 .AnyTagClassName
 {
   color: #7DA7F1;
 }
</style>
background-color css

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

 a { background-color: rgb(125,167,241); }

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

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

 span { border-color: rgb(125,167,241); }

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