#709AD7

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

Shades of Jordy Blue #709AD7

Tints of Jordy Blue #709AD7

Color information

#709AD7 (or 0x709AD7) is unknown color: approx Jordy Blue. HEX triplet: 70, 9A and D7. RGB value is (112,154,215). Sum of RGB (Red+Green+Blue) = 112+154+215=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #709AD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709AD7 is #8F6528. Grayscale: #949494. Windows color (decimal): -9397545 or 14129776. OLE color: 14129776.

HSL color Cylindrical-coordinate representation of color #709AD7: hue angle of 215.53º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #709AD7 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB112154215-
CMYK0.480.2800.16
HSL215.53º56.28%64.12%-
HSV(B)215.53º47.91%84.31%-
XYZ30.531.4668.76-
YUV148.4165.59102.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.28%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 215 (84.38% from 255) = 44.70%
R=23.28%
G=32.02%
B=44.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1121542150.480.2800.16215.5356.2864.12
Hex709AD7301C010d83840
Octal160232327603402033070100
Binary1110000100110101101011111000011100010000110110001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,154,215); }

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

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

 a { background-color: rgb(112,154,215); }

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

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

 span { border-color: rgb(112,154,215); }

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