#7DA0F0

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

Shades of Jordy Blue #7DA0F0

Tints of Jordy Blue #7DA0F0

Color information

#7DA0F0 (or 0x7DA0F0) is unknown color: approx Jordy Blue. HEX triplet: 7D, A0 and F0. RGB value is (125,160,240). Sum of RGB (Red+Green+Blue) = 125+160+240=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #7DA0F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA0F0 is #825F0F. Grayscale: #9E9E9E. Windows color (decimal): -8544016 or 15769725. OLE color: 15769725.

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

Color convert

RGB125160240-
CMYK0.480.3300.06
HSL221.74º79.31%71.57%-
HSV(B)221.74º47.92%94.12%-
XYZ36.7635.7987.41-
YUV158.65173.9104-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.81%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 240 (94.14% from 255) = 45.71%
R=23.81%
G=30.48%
B=45.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1251602400.480.3300.06221.7479.3171.57
Hex7DA0F0302106de4f48
Octal175240360604106336117110
Binary1111101101000001111000011000010000101101101111010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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