#70A3EB

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

Shades of Jordy Blue #70A3EB

Tints of Jordy Blue #70A3EB

Color information

#70A3EB (or 0x70A3EB) is unknown color: approx Jordy Blue. HEX triplet: 70, A3 and EB. RGB value is (112,163,235). Sum of RGB (Red+Green+Blue) = 112+163+235=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #70A3EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A3EB is #8F5C14. Grayscale: #9B9B9B. Windows color (decimal): -9395221 or 15442800. OLE color: 15442800.

HSL color Cylindrical-coordinate representation of color #70A3EB: hue angle of 215.12º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70A3EB is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB112163235-
CMYK0.520.3100.08
HSL215.12º75.46%68.04%-
HSV(B)215.12º52.34%92.16%-
XYZ34.7735.6483.64-
YUV155.96172.696.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.96%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=21.96%
G=31.96%
B=46.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1121632350.520.3100.08215.1275.4668.04
Hex70A3EB341F08d74b44
Octal1602433536437010327113104
Binary1110000101000111110101111010011111010001101011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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