#709de0

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

Shades of Jordy Blue #709DE0

Tints of Jordy Blue #709DE0

Color information

#709DE0 (or 0x709DE0) is unknown color: approx Jordy Blue. HEX triplet: 70, 9D and E0. RGB value is (112,157,224). Sum of RGB (Red+Green+Blue) = 112+157+224=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #709DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DE0 is #8F621F. Grayscale: #969696. Windows color (decimal): -9396768 or 14720368. OLE color: 14720368.

HSL color Cylindrical-coordinate representation of color #709DE0: hue angle of 215.89º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #709DE0 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB112157224-
CMYK0.500.3000.12
HSL215.89º64.37%65.88%-
HSV(B)215.89º50%87.84%-
XYZ32.1932.9475.18-
YUV151.18169.09100.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.72%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 224 (87.89% from 255) = 45.44%
R=22.72%
G=31.85%
B=45.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1121572240.500.3000.12215.8964.3765.88
Hex709DE0321E0Cd84042
Octal1602353406236014330100102
Binary1110000100111011110000011001011110011001101100010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709de0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,157,224); }

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

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

 a { background-color: rgb(112,157,224); }

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

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

 span { border-color: rgb(112,157,224); }

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