Html Css Color HEX #70AFE1 Jordy Blue

📋 copy color: '#70AFE1'

red 112 ◦ green 175 ◦ blue 225

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

Shades of Jordy Blue #70AFE1

Tints of Jordy Blue #70AFE1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.18%

 BLUE value IS 225 (88.28% from 255) = 43.95%

R = 21.88%
G = 34.18%
B = 43.95%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#70AFE1 (or 0x70AFE1) is known color: Jordy Blue. HEX triplet: 70, AF and E1. RGB value is (112,175,225). Sum of RGB (Red+Green+Blue) = 112+175+225=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #70AFE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AFE1 is #8F501E. Grayscale: #A1A1A1. Windows color (decimal): -9392159 or 14790512. OLE color: 14790512.

HSL color Cylindrical-coordinate representation of color #70AFE1: hue angle of 206.55º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70AFE1 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 175 225 -
CMYK 0.50 0.22 0 0.12
HSL 206.55º 0.65% 0.66% -
HSV(B) 206.55º 0.5% 0.88% -
XYZ 35.6 39.54 76.99 -
YUV 161.86 163.63 92.43 -
System Red Green Blue C M Y K H S L
Decimal 112 175 225 0.50 0.22 0 0.12 206.55 0.65 0.66
Hex 70 AF E1 32 16 0 C CF 41 42
Octal 160 257 341 62 26 0 14 317 101 102
Binary 1110000 10101111 11100001 110010 10110 0 1100 11001111 1000001 1000010

Color Harmonies of #70AFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AFE1

Black with #70AFE1

Text Example


Text Example

White with #70AFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,175,225); }

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

background-color css

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

 a { background-color: rgb(112,175,225); }

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

border-color css

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

 span { border-color: rgb(112,175,225); }

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