Html Css Color HEX #70A7DF Jordy Blue

📋 copy color: '#70A7DF'

red 112 ◦ green 167 ◦ blue 223

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

Shades of Jordy Blue #70A7DF

Tints of Jordy Blue #70A7DF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.27%

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

R = 22.31%
G = 33.27%
B = 44.42%

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

#70A7DF (or 0x70A7DF) is known color: Jordy Blue. HEX triplet: 70, A7 and DF. RGB value is (112,167,223). Sum of RGB (Red+Green+Blue) = 112+167+223=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #70A7DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A7DF is #8F5820. Grayscale: #9C9C9C. Windows color (decimal): -9394209 or 14657392. OLE color: 14657392.

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

Color convert

RGB 112 167 223 -
CMYK 0.50 0.25 0 0.13
HSL 210.27º 0.63% 0.66% -
HSV(B) 210.27º 0.5% 0.87% -
XYZ 33.82 36.41 75.06 -
YUV 156.94 165.28 95.95 -
System Red Green Blue C M Y K H S L
Decimal 112 167 223 0.50 0.25 0 0.13 210.27 0.63 0.66
Hex 70 A7 DF 32 19 0 D D2 3F 42
Octal 160 247 337 62 31 0 15 322 77 102
Binary 1110000 10100111 11011111 110010 11001 0 1101 11010010 111111 1000010

Color Harmonies of #70A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A7DF

Black with #70A7DF

Text Example


Text Example

White with #70A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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