Html Css Color HEX #70A2DF Jordy Blue

📋 copy color: '#70A2DF'

red 112 ◦ green 162 ◦ blue 223

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

Shades of Jordy Blue #70A2DF

Tints of Jordy Blue #70A2DF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.6%

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

R = 22.54%
G = 32.6%
B = 44.87%

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

#70A2DF (or 0x70A2DF) is known color: Jordy Blue. HEX triplet: 70, A2 and DF. RGB value is (112,162,223). Sum of RGB (Red+Green+Blue) = 112+162+223=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #70A2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A2DF is #8F5D20. Grayscale: #999999. Windows color (decimal): -9395489 or 14656112. OLE color: 14656112.

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

Color convert

RGB 112 162 223 -
CMYK 0.50 0.27 0 0.13
HSL 212.97º 0.63% 0.66% -
HSV(B) 212.97º 0.5% 0.87% -
XYZ 32.92 34.61 74.76 -
YUV 154 166.94 98.04 -
System Red Green Blue C M Y K H S L
Decimal 112 162 223 0.50 0.27 0 0.13 212.97 0.63 0.66
Hex 70 A2 DF 32 1B 0 D D5 3F 42
Octal 160 242 337 62 33 0 15 325 77 102
Binary 1110000 10100010 11011111 110010 11011 0 1101 11010101 111111 1000010

Color Harmonies of #70A2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A2DF

Black with #70A2DF

Text Example


Text Example

White with #70A2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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