Html Css Color HEX #70ADD7 Jordy Blue

📋 copy color: '#70ADD7'

red 112 ◦ green 173 ◦ blue 215

#70ADD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #70ADD7

Tints of Jordy Blue #70ADD7

RGB

 RED value IS 112 (44.14% from 255) = 22.4%

 GREEN value IS 173 (67.97% from 255) = 34.6%

 BLUE value IS 215 (84.38% from 255) = 43%

R = 22.4%
G = 34.6%
B = 43%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#70ADD7 (or 0x70ADD7) is known color: Jordy Blue. HEX triplet: 70, AD and D7. RGB value is (112,173,215). Sum of RGB (Red+Green+Blue) = 112+173+215=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #70ADD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADD7 is #8F5228. Grayscale: #9F9F9F. Windows color (decimal): -9392681 or 14134640. OLE color: 14134640.

HSL color Cylindrical-coordinate representation of color #70ADD7: hue angle of 204.47º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70ADD7 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 173 215 -
CMYK 0.48 0.20 0 0.16
HSL 204.47º 0.56% 0.64% -
HSV(B) 204.47º 0.48% 0.84% -
XYZ 33.89 38.24 69.88 -
YUV 159.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 112 173 215 0.48 0.20 0 0.16 204.47 0.56 0.64
Hex 70 AD D7 30 14 0 10 CC 38 40
Octal 160 255 327 60 24 0 20 314 70 100
Binary 1110000 10101101 11010111 110000 10100 0 10000 11001100 111000 1000000

Color Harmonies of #70ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADD7

Black with #70ADD7

Text Example


Text Example

White with #70ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,173,215); }

 H1.HeaderClassName
 {
   color: #70ADD7;
 }
 .AnyTagClassName
 {
   color: #70ADD7;
 }
</style>

background-color css

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

 a { background-color: rgb(112,173,215); }

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

border-color css

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

 span { border-color: rgb(112,173,215); }

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