#709AD1

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

Shades of Jordy Blue #709AD1

Tints of Jordy Blue #709AD1

Color information

#709AD1 (or 0x709AD1) is unknown color: approx Jordy Blue. HEX triplet: 70, 9A and D1. RGB value is (112,154,209). Sum of RGB (Red+Green+Blue) = 112+154+209=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #709AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709AD1 is #8F652E. Grayscale: #939393. Windows color (decimal): -9397551 or 13736560. OLE color: 13736560.

HSL color Cylindrical-coordinate representation of color #709AD1: hue angle of 214.02º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #709AD1 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB112154209-
CMYK0.460.2600.18
HSL214.02º51.32%62.94%-
HSV(B)214.02º46.41%81.96%-
XYZ29.7531.1664.77-
YUV147.71162.59102.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.58%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 209 (82.03% from 255) = 44%
R=23.58%
G=32.42%
B=44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1121542090.460.2600.18214.0251.3262.94
Hex709AD12E1A012d6333f
Octal16023232156320223266377
Binary111000010011010110100011011101101001001011010110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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