Html Css Color HEX #70A1DF Jordy Blue

📋 copy color: '#70A1DF'

red 112 ◦ green 161 ◦ blue 223

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

Shades of Jordy Blue #70A1DF

Tints of Jordy Blue #70A1DF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.46%

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

R = 22.58%
G = 32.46%
B = 44.96%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70A1DF (or 0x70A1DF) is known color: Jordy Blue. HEX triplet: 70, A1 and DF. RGB value is (112,161,223). Sum of RGB (Red+Green+Blue) = 112+161+223=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #70A1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A1DF is #8F5E20. Grayscale: #999999. Windows color (decimal): -9395745 or 14655856. OLE color: 14655856.

HSL color Cylindrical-coordinate representation of color #70A1DF: hue angle of 213.51º 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 #70A1DF is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 161 223 -
CMYK 0.50 0.28 0 0.13
HSL 213.51º 0.63% 0.66% -
HSV(B) 213.51º 0.5% 0.87% -
XYZ 32.75 34.26 74.7 -
YUV 153.42 167.27 98.46 -
System Red Green Blue C M Y K H S L
Decimal 112 161 223 0.50 0.28 0 0.13 213.51 0.63 0.66
Hex 70 A1 DF 32 1C 0 D D6 3F 42
Octal 160 241 337 62 34 0 15 326 77 102
Binary 1110000 10100001 11011111 110010 11100 0 1101 11010110 111111 1000010

Color Harmonies of #70A1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A1DF

Black with #70A1DF

Text Example


Text Example

White with #70A1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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