Html Css Color HEX #70A1DE Jordy Blue

📋 copy color: '#70A1DE'

red 112 ◦ green 161 ◦ blue 222

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

Shades of Jordy Blue #70A1DE

Tints of Jordy Blue #70A1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 22.63%
G = 32.53%
B = 44.85%

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

#70A1DE (or 0x70A1DE) is known color: Jordy Blue. HEX triplet: 70, A1 and DE. RGB value is (112,161,222). Sum of RGB (Red+Green+Blue) = 112+161+222=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #70A1DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A1DE is #8F5E21. Grayscale: #999999. Windows color (decimal): -9395746 or 14590320. OLE color: 14590320.

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

Color convert

RGB 112 161 222 -
CMYK 0.50 0.27 0 0.13
HSL 213.27º 0.63% 0.65% -
HSV(B) 213.27º 0.5% 0.87% -
XYZ 32.61 34.21 73.99 -
YUV 153.3 166.77 98.54 -
System Red Green Blue C M Y K H S L
Decimal 112 161 222 0.50 0.27 0 0.13 213.27 0.63 0.65
Hex 70 A1 DE 32 1B 0 D D5 3E 41
Octal 160 241 336 62 33 0 15 325 76 101
Binary 1110000 10100001 11011110 110010 11011 0 1101 11010101 111110 1000001

Color Harmonies of #70A1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A1DE

Black with #70A1DE

Text Example


Text Example

White with #70A1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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