Html Css Color HEX #70A9DA Jordy Blue

📋 copy color: '#70A9DA'

red 112 ◦ green 169 ◦ blue 218

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

Shades of Jordy Blue #70A9DA

Tints of Jordy Blue #70A9DA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.87%

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 22.44%
G = 33.87%
B = 43.69%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#70A9DA (or 0x70A9DA) is known color: Jordy Blue. HEX triplet: 70, A9 and DA. RGB value is (112,169,218). Sum of RGB (Red+Green+Blue) = 112+169+218=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #70A9DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A9DA is #8F5625. Grayscale: #9D9D9D. Windows color (decimal): -9393702 or 14330224. OLE color: 14330224.

HSL color Cylindrical-coordinate representation of color #70A9DA: hue angle of 207.74º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70A9DA is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 169 218 -
CMYK 0.49 0.22 0 0.15
HSL 207.74º 0.59% 0.65% -
HSV(B) 207.74º 0.49% 0.85% -
XYZ 33.52 36.88 71.68 -
YUV 157.54 162.12 95.52 -
System Red Green Blue C M Y K H S L
Decimal 112 169 218 0.49 0.22 0 0.15 207.74 0.59 0.65
Hex 70 A9 DA 31 16 0 F D0 3B 41
Octal 160 251 332 61 26 0 17 320 73 101
Binary 1110000 10101001 11011010 110001 10110 0 1111 11010000 111011 1000001

Color Harmonies of #70A9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A9DA

Black with #70A9DA

Text Example


Text Example

White with #70A9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,169,218); }

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

background-color css

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

 a { background-color: rgb(112,169,218); }

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

border-color css

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

 span { border-color: rgb(112,169,218); }

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