#7DA2F0

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

Shades of Jordy Blue #7DA2F0

Tints of Jordy Blue #7DA2F0

Color information

#7DA2F0 (or 0x7DA2F0) is unknown color: approx Jordy Blue. HEX triplet: 7D, A2 and F0. RGB value is (125,162,240). Sum of RGB (Red+Green+Blue) = 125+162+240=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #7DA2F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA2F0 is #825D0F. Grayscale: #9F9F9F. Windows color (decimal): -8543504 or 15770237. OLE color: 15770237.

HSL color Cylindrical-coordinate representation of color #7DA2F0: hue angle of 220.7º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DA2F0 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB125162240-
CMYK0.480.3200.06
HSL220.7º79.31%71.57%-
HSV(B)220.7º47.92%94.12%-
XYZ37.1136.4987.53-
YUV159.83173.24103.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.72%
GREEN value IS 162 (63.67% from 255) = 30.74%
BLUE value IS 240 (94.14% from 255) = 45.54%
R=23.72%
G=30.74%
B=45.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1251622400.480.3200.06220.779.3171.57
Hex7DA2F0302006dd4f48
Octal175242360604006335117110
Binary1111101101000101111000011000010000001101101110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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