Html Css Color HEX #70A3DF Jordy Blue

📋 copy color: '#70A3DF'

red 112 ◦ green 163 ◦ blue 223

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

Shades of Jordy Blue #70A3DF

Tints of Jordy Blue #70A3DF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.73%

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

R = 22.49%
G = 32.73%
B = 44.78%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70A3DF (or 0x70A3DF) is known color: Jordy Blue. HEX triplet: 70, A3 and DF. RGB value is (112,163,223). Sum of RGB (Red+Green+Blue) = 112+163+223=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #70A3DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A3DF is #8F5C20. Grayscale: #9A9A9A. Windows color (decimal): -9395233 or 14656368. OLE color: 14656368.

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

Color convert

RGB 112 163 223 -
CMYK 0.50 0.27 0 0.13
HSL 212.43º 0.63% 0.66% -
HSV(B) 212.43º 0.5% 0.87% -
XYZ 33.1 34.97 74.82 -
YUV 154.59 166.6 97.62 -
System Red Green Blue C M Y K H S L
Decimal 112 163 223 0.50 0.27 0 0.13 212.43 0.63 0.66
Hex 70 A3 DF 32 1B 0 D D4 3F 42
Octal 160 243 337 62 33 0 15 324 77 102
Binary 1110000 10100011 11011111 110010 11011 0 1101 11010100 111111 1000010

Color Harmonies of #70A3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A3DF

Black with #70A3DF

Text Example


Text Example

White with #70A3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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