#709ADA

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

Shades of Jordy Blue #709ADA

Tints of Jordy Blue #709ADA

Color information

#709ADA (or 0x709ADA) is unknown color: approx Jordy Blue. HEX triplet: 70, 9A and DA. RGB value is (112,154,218). Sum of RGB (Red+Green+Blue) = 112+154+218=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #709ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ADA is #8F6525. Grayscale: #949494. Windows color (decimal): -9397542 or 14326384. OLE color: 14326384.

HSL color Cylindrical-coordinate representation of color #709ADA: hue angle of 216.23º 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 #709ADA is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112154218-
CMYK0.490.2900.15
HSL216.23º58.89%64.71%-
HSV(B)216.23º48.62%85.49%-
XYZ30.8931.6270.8-
YUV148.74167.09101.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.14%
GREEN value IS 154 (60.55% from 255) = 31.82%
BLUE value IS 218 (85.55% from 255) = 45.04%
R=23.14%
G=31.82%
B=45.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121542180.490.2900.15216.2358.8964.71
Hex709ADA311D0Fd83b41
Octal160232332613501733073101
Binary111000010011010110110101100011110101111110110001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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