#709FDA

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

Shades of Jordy Blue #709FDA

Tints of Jordy Blue #709FDA

Color information

#709FDA (or 0x709FDA) is unknown color: approx Jordy Blue. HEX triplet: 70, 9F and DA. RGB value is (112,159,218). Sum of RGB (Red+Green+Blue) = 112+159+218=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #709FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709FDA is #8F6025. Grayscale: #979797. Windows color (decimal): -9396262 or 14327664. OLE color: 14327664.

HSL color Cylindrical-coordinate representation of color #709FDA: hue angle of 213.4º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #709FDA is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112159218-
CMYK0.490.2700.15
HSL213.4º58.89%64.71%-
HSV(B)213.4º48.62%85.49%-
XYZ31.7433.371.09-
YUV151.67165.4399.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.90%
GREEN value IS 159 (62.5% from 255) = 32.52%
BLUE value IS 218 (85.55% from 255) = 44.58%
R=22.90%
G=32.52%
B=44.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121592180.490.2700.15213.458.8964.71
Hex709FDA311B0Fd53b41
Octal160237332613301732573101
Binary111000010011111110110101100011101101111110101011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709FDA; }

 p { color: rgb(112,159,218); }

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

<style>
 a { background-color: #709FDA; }

 a { background-color: rgb(112,159,218); }

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

<style>
 span { border-color: #709FDA; }

 span { border-color: rgb(112,159,218); }

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