#7DA7F4

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

Shades of Jordy Blue #7DA7F4

Tints of Jordy Blue #7DA7F4

Color information

#7DA7F4 (or 0x7DA7F4) is unknown color: approx Jordy Blue. HEX triplet: 7D, A7 and F4. RGB value is (125,167,244). Sum of RGB (Red+Green+Blue) = 125+167+244=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #7DA7F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA7F4 is #82580B. Grayscale: #A2A2A2. Windows color (decimal): -8542220 or 16033661. OLE color: 16033661.

HSL color Cylindrical-coordinate representation of color #7DA7F4: hue angle of 218.82º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DA7F4 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB125167244-
CMYK0.490.3200.04
HSL218.82º84.4%72.35%-
HSV(B)218.82º48.77%95.69%-
XYZ38.6138.5390.99-
YUV163.22173.59100.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.32%
GREEN value IS 167 (65.62% from 255) = 31.16%
BLUE value IS 244 (95.70% from 255) = 45.52%
R=23.32%
G=31.16%
B=45.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1251672440.490.3200.04218.8284.472.35
Hex7DA7F4312004db5448
Octal175247364614004333124110
Binary1111101101001111111010011000110000001001101101110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA7F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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