Html Css Color HEX #70A8DF Jordy Blue

📋 copy color: '#70A8DF'

red 112 ◦ green 168 ◦ blue 223

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

Shades of Jordy Blue #70A8DF

Tints of Jordy Blue #70A8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 22.27%
G = 33.4%
B = 44.33%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70A8DF (or 0x70A8DF) is known color: Jordy Blue. HEX triplet: 70, A8 and DF. RGB value is (112,168,223). Sum of RGB (Red+Green+Blue) = 112+168+223=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #70A8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A8DF is #8F5720. Grayscale: #9D9D9D. Windows color (decimal): -9393953 or 14657648. OLE color: 14657648.

HSL color Cylindrical-coordinate representation of color #70A8DF: hue angle of 209.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70A8DF is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 168 223 -
CMYK 0.50 0.25 0 0.13
HSL 209.73º 0.63% 0.66% -
HSV(B) 209.73º 0.5% 0.87% -
XYZ 34 36.78 75.12 -
YUV 157.53 164.95 95.53 -
System Red Green Blue C M Y K H S L
Decimal 112 168 223 0.50 0.25 0 0.13 209.73 0.63 0.66
Hex 70 A8 DF 32 19 0 D D2 3F 42
Octal 160 250 337 62 31 0 15 322 77 102
Binary 1110000 10101000 11011111 110010 11001 0 1101 11010010 111111 1000010

Color Harmonies of #70A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A8DF

Black with #70A8DF

Text Example


Text Example

White with #70A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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