#709ED6

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

Shades of Jordy Blue #709ED6

Tints of Jordy Blue #709ED6

Color information

#709ED6 (or 0x709ED6) is unknown color: approx Jordy Blue. HEX triplet: 70, 9E and D6. RGB value is (112,158,214). Sum of RGB (Red+Green+Blue) = 112+158+214=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #709ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ED6 is #8F6129. Grayscale: #969696. Windows color (decimal): -9396522 or 14065264. OLE color: 14065264.

HSL color Cylindrical-coordinate representation of color #709ED6: hue angle of 212.94º degrees, saturation: 0.55, 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 #709ED6 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB112158214-
CMYK0.480.2600.16
HSL212.94º55.43%63.92%-
HSV(B)212.94º47.66%83.92%-
XYZ31.0532.7568.3-
YUV150.63163.76100.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.14%
GREEN value IS 158 (62.11% from 255) = 32.64%
BLUE value IS 214 (83.98% from 255) = 44.21%
R=23.14%
G=32.64%
B=44.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1121582140.480.2600.16212.9455.4363.92
Hex709ED6301A010d53740
Octal160236326603202032567100
Binary1110000100111101101011011000011010010000110101011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,158,214); }

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

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

 a { background-color: rgb(112,158,214); }

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

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

 span { border-color: rgb(112,158,214); }

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