#7DA9FB

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

Shades of Jordy Blue #7DA9FB

Tints of Jordy Blue #7DA9FB

Color information

#7DA9FB (or 0x7DA9FB) is unknown color: approx Jordy Blue. HEX triplet: 7D, A9 and FB. RGB value is (125,169,251). Sum of RGB (Red+Green+Blue) = 125+169+251=545 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.94% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DA9FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA9FB is #825604. Grayscale: #A4A4A4. Windows color (decimal): -8541701 or 16492925. OLE color: 16492925.

HSL color Cylindrical-coordinate representation of color #7DA9FB: hue angle of 219.05º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DA9FB is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125169251-
CMYK0.500.3300.02
HSL219.05º94.03%73.73%-
HSV(B)219.05º50.2%98.43%-
XYZ40.0639.796.82-
YUV165.19176.4299.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.94%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 251 (98.44% from 255) = 46.06%
R=22.94%
G=31.01%
B=46.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1251692510.500.3300.02219.0594.0373.73
Hex7DA9FB322102db5e4a
Octal175251373624102333136112
Binary111110110101001111110111100101000010101101101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,169,251); }

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

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

 a { background-color: rgb(125,169,251); }

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

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

 span { border-color: rgb(125,169,251); }

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