#7DA2F1

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

Shades of Jordy Blue #7DA2F1

Tints of Jordy Blue #7DA2F1

Color information

#7DA2F1 (or 0x7DA2F1) is unknown color: approx Jordy Blue. HEX triplet: 7D, A2 and F1. RGB value is (125,162,241). Sum of RGB (Red+Green+Blue) = 125+162+241=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #7DA2F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA2F1 is #825D0E. Grayscale: #9F9F9F. Windows color (decimal): -8543503 or 15835773. OLE color: 15835773.

HSL color Cylindrical-coordinate representation of color #7DA2F1: hue angle of 220.86º 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 #7DA2F1 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB125162241-
CMYK0.480.3300.05
HSL220.86º80.56%71.76%-
HSV(B)220.86º48.13%94.51%-
XYZ37.2536.5588.31-
YUV159.94173.74103.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.67%
GREEN value IS 162 (63.67% from 255) = 30.68%
BLUE value IS 241 (94.53% from 255) = 45.64%
R=23.67%
G=30.68%
B=45.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1251622410.480.3300.05220.8680.5671.76
Hex7DA2F1302105dd5148
Octal175242361604105335121110
Binary1111101101000101111000111000010000101011101110110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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