#70A3E7

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

Shades of Jordy Blue #70A3E7

Tints of Jordy Blue #70A3E7

Color information

#70A3E7 (or 0x70A3E7) is unknown color: approx Jordy Blue. HEX triplet: 70, A3 and E7. RGB value is (112,163,231). Sum of RGB (Red+Green+Blue) = 112+163+231=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #70A3E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A3E7 is #8F5C18. Grayscale: #9B9B9B. Windows color (decimal): -9395225 or 15180656. OLE color: 15180656.

HSL color Cylindrical-coordinate representation of color #70A3E7: hue angle of 214.29º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70A3E7 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB112163231-
CMYK0.520.2900.09
HSL214.29º71.26%67.25%-
HSV(B)214.29º51.52%90.59%-
XYZ34.235.4180.63-
YUV155.5170.696.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.13%
GREEN value IS 163 (64.06% from 255) = 32.21%
BLUE value IS 231 (90.62% from 255) = 45.65%
R=22.13%
G=32.21%
B=45.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1121632310.520.2900.09214.2971.2667.25
Hex70A3E7341D09d64743
Octal1602433476435011326107103
Binary1110000101000111110011111010011101010011101011010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70A3E7; }

 p { color: rgb(112,163,231); }

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

<style>
 a { background-color: #70A3E7; }

 a { background-color: rgb(112,163,231); }

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

<style>
 span { border-color: #70A3E7; }

 span { border-color: rgb(112,163,231); }

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