#70A4EB

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

Shades of Jordy Blue #70A4EB

Tints of Jordy Blue #70A4EB

Color information

#70A4EB (or 0x70A4EB) is unknown color: approx Jordy Blue. HEX triplet: 70, A4 and EB. RGB value is (112,164,235). Sum of RGB (Red+Green+Blue) = 112+164+235=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #70A4EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A4EB is #8F5B14. Grayscale: #9C9C9C. Windows color (decimal): -9394965 or 15443056. OLE color: 15443056.

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

Color convert

RGB112164235-
CMYK0.520.3000.08
HSL214.63º75.46%68.04%-
HSV(B)214.63º52.34%92.16%-
XYZ34.9535.9983.7-
YUV156.55172.2796.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.92%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 235 (92.19% from 255) = 45.99%
R=21.92%
G=32.09%
B=45.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1121642350.520.3000.08214.6375.4668.04
Hex70A4EB341E08d74b44
Octal1602443536436010327113104
Binary1110000101001001110101111010011110010001101011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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