Html Css Color HEX #70A0D8 Jordy Blue

📋 copy color: '#70A0D8'

red 112 ◦ green 160 ◦ blue 216

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

Shades of Jordy Blue #70A0D8

Tints of Jordy Blue #70A0D8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.79%

 BLUE value IS 216 (84.77% from 255) = 44.26%

R = 22.95%
G = 32.79%
B = 44.26%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#70A0D8 (or 0x70A0D8) is known color: Jordy Blue. HEX triplet: 70, A0 and D8. RGB value is (112,160,216). Sum of RGB (Red+Green+Blue) = 112+160+216=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #70A0D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A0D8 is #8F5F27. Grayscale: #979797. Windows color (decimal): -9396008 or 14196848. OLE color: 14196848.

HSL color Cylindrical-coordinate representation of color #70A0D8: hue angle of 212.31º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70A0D8 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 160 216 -
CMYK 0.48 0.26 0 0.15
HSL 212.31º 0.57% 0.64% -
HSV(B) 212.31º 0.48% 0.85% -
XYZ 31.65 33.54 69.77 -
YUV 152.03 164.1 99.45 -
System Red Green Blue C M Y K H S L
Decimal 112 160 216 0.48 0.26 0 0.15 212.31 0.57 0.64
Hex 70 A0 D8 30 1A 0 F D4 39 40
Octal 160 240 330 60 32 0 17 324 71 100
Binary 1110000 10100000 11011000 110000 11010 0 1111 11010100 111001 1000000

Color Harmonies of #70A0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A0D8

Black with #70A0D8

Text Example


Text Example

White with #70A0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,160,216); }

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

background-color css

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

 a { background-color: rgb(112,160,216); }

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

border-color css

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

 span { border-color: rgb(112,160,216); }

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