#70A2EB

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

Shades of Jordy Blue #70A2EB

Tints of Jordy Blue #70A2EB

Color information

#70A2EB (or 0x70A2EB) is unknown color: approx Jordy Blue. HEX triplet: 70, A2 and EB. RGB value is (112,162,235). Sum of RGB (Red+Green+Blue) = 112+162+235=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #70A2EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A2EB is #8F5D14. Grayscale: #9B9B9B. Windows color (decimal): -9395477 or 15442544. OLE color: 15442544.

HSL color Cylindrical-coordinate representation of color #70A2EB: hue angle of 215.61º 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 #70A2EB is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB112162235-
CMYK0.520.3100.08
HSL215.61º75.46%68.04%-
HSV(B)215.61º52.34%92.16%-
XYZ34.635.2883.58-
YUV155.37172.9497.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.00%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 235 (92.19% from 255) = 46.17%
R=22.00%
G=31.83%
B=46.17%

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
Decimal1121622350.520.3100.08215.6175.4668.04
Hex70A2EB341F08d84b44
Octal1602423536437010330113104
Binary1110000101000101110101111010011111010001101100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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