Html Css Color HEX #70AFE9 Jordy Blue

📋 copy color: '#70AFE9'

red 112 ◦ green 175 ◦ blue 233

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

Shades of Jordy Blue #70AFE9

Tints of Jordy Blue #70AFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.81%

R = 21.54%
G = 33.65%
B = 44.81%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#70AFE9 (or 0x70AFE9) is known color: Jordy Blue. HEX triplet: 70, AF and E9. RGB value is (112,175,233). Sum of RGB (Red+Green+Blue) = 112+175+233=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #70AFE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AFE9 is #8F5016. Grayscale: #A2A2A2. Windows color (decimal): -9392151 or 15314800. OLE color: 15314800.

HSL color Cylindrical-coordinate representation of color #70AFE9: hue angle of 208.76º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70AFE9 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 175 233 -
CMYK 0.52 0.25 0 0.09
HSL 208.76º 0.73% 0.68% -
HSV(B) 208.76º 0.52% 0.91% -
XYZ 36.72 39.99 82.87 -
YUV 162.78 167.63 91.78 -
System Red Green Blue C M Y K H S L
Decimal 112 175 233 0.52 0.25 0 0.09 208.76 0.73 0.68
Hex 70 AF E9 34 19 0 9 D1 49 44
Octal 160 257 351 64 31 0 11 321 111 104
Binary 1110000 10101111 11101001 110100 11001 0 1001 11010001 1001001 1000100

Color Harmonies of #70AFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AFE9

Black with #70AFE9

Text Example


Text Example

White with #70AFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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