Html Css Color HEX #70A8D7 Jordy Blue

📋 copy color: '#70A8D7'

red 112 ◦ green 168 ◦ blue 215

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

Shades of Jordy Blue #70A8D7

Tints of Jordy Blue #70A8D7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.94%

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

R = 22.63%
G = 33.94%
B = 43.43%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#70A8D7 (or 0x70A8D7) is known color: Jordy Blue. HEX triplet: 70, A8 and D7. RGB value is (112,168,215). Sum of RGB (Red+Green+Blue) = 112+168+215=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #70A8D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A8D7 is #8F5728. Grayscale: #9C9C9C. Windows color (decimal): -9393961 or 14133360. OLE color: 14133360.

HSL color Cylindrical-coordinate representation of color #70A8D7: hue angle of 207.38º 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 #70A8D7 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 168 215 -
CMYK 0.48 0.22 0 0.16
HSL 207.38º 0.56% 0.64% -
HSV(B) 207.38º 0.48% 0.84% -
XYZ 32.95 36.36 69.57 -
YUV 156.61 160.95 96.18 -
System Red Green Blue C M Y K H S L
Decimal 112 168 215 0.48 0.22 0 0.16 207.38 0.56 0.64
Hex 70 A8 D7 30 16 0 10 CF 38 40
Octal 160 250 327 60 26 0 20 317 70 100
Binary 1110000 10101000 11010111 110000 10110 0 10000 11001111 111000 1000000

Color Harmonies of #70A8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A8D7

Black with #70A8D7

Text Example


Text Example

White with #70A8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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