#70A7EA

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

Shades of Jordy Blue #70A7EA

Tints of Jordy Blue #70A7EA

Color information

#70A7EA (or 0x70A7EA) is unknown color: approx Jordy Blue. HEX triplet: 70, A7 and EA. RGB value is (112,167,234). Sum of RGB (Red+Green+Blue) = 112+167+234=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #70A7EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A7EA is #8F5815. Grayscale: #9D9D9D. Windows color (decimal): -9394198 or 15378288. OLE color: 15378288.

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

Color convert

RGB112167234-
CMYK0.520.2900.08
HSL212.95º74.39%67.84%-
HSV(B)212.95º52.14%91.76%-
XYZ35.3537.0283.12-
YUV158.19170.7895.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.83%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=21.83%
G=32.55%
B=45.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1121672340.520.2900.08212.9574.3967.84
Hex70A7EA341D08d54a44
Octal1602473526435010325112104
Binary1110000101001111110101011010011101010001101010110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,167,234); }

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

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

 a { background-color: rgb(112,167,234); }

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

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

 span { border-color: rgb(112,167,234); }

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