Html Css Color HEX #70AFDE Jordy Blue

📋 copy color: '#70AFDE'

red 112 ◦ green 175 ◦ blue 222

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

Shades of Jordy Blue #70AFDE

Tints of Jordy Blue #70AFDE

RGB

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

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

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

R = 22%
G = 34.38%
B = 43.61%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70AFDE (or 0x70AFDE) is known color: Jordy Blue. HEX triplet: 70, AF and DE. RGB value is (112,175,222). Sum of RGB (Red+Green+Blue) = 112+175+222=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #70AFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AFDE is #8F5021. Grayscale: #A1A1A1. Windows color (decimal): -9392162 or 14593904. OLE color: 14593904.

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

Color convert

RGB 112 175 222 -
CMYK 0.50 0.21 0 0.13
HSL 205.64º 0.63% 0.65% -
HSV(B) 205.64º 0.5% 0.87% -
XYZ 35.2 39.38 74.85 -
YUV 161.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 112 175 222 0.50 0.21 0 0.13 205.64 0.63 0.65
Hex 70 AF DE 32 15 0 D CE 3E 41
Octal 160 257 336 62 25 0 15 316 76 101
Binary 1110000 10101111 11011110 110010 10101 0 1101 11001110 111110 1000001

Color Harmonies of #70AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AFDE

Black with #70AFDE

Text Example


Text Example

White with #70AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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