Html Css Color HEX #70ACF0 Jordy Blue

📋 copy color: '#70ACF0'

red 112 ◦ green 172 ◦ blue 240

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

Shades of Jordy Blue #70ACF0

Tints of Jordy Blue #70ACF0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.82%

 BLUE value IS 240 (94.14% from 255) = 45.8%

R = 21.37%
G = 32.82%
B = 45.8%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#70ACF0 (or 0x70ACF0) is known color: Jordy Blue. HEX triplet: 70, AC and F0. RGB value is (112,172,240). Sum of RGB (Red+Green+Blue) = 112+172+240=524 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.37% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #70ACF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ACF0 is #8F530F. Grayscale: #A1A1A1. Windows color (decimal): -9392912 or 15772784. OLE color: 15772784.

HSL color Cylindrical-coordinate representation of color #70ACF0: hue angle of 211.88º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ACF0 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 172 240 -
CMYK 0.53 0.28 0 0.06
HSL 211.88º 0.81% 0.69% -
HSV(B) 211.88º 0.53% 0.94% -
XYZ 37.16 39.24 88.05 -
YUV 161.81 172.12 92.47 -
System Red Green Blue C M Y K H S L
Decimal 112 172 240 0.53 0.28 0 0.06 211.88 0.81 0.69
Hex 70 AC F0 35 1C 0 6 D4 51 45
Octal 160 254 360 65 34 0 6 324 121 105
Binary 1110000 10101100 11110000 110101 11100 0 110 11010100 1010001 1000101

Color Harmonies of #70ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACF0

Black with #70ACF0

Text Example


Text Example

White with #70ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,172,240); }

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

background-color css

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

 a { background-color: rgb(112,172,240); }

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

border-color css

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

 span { border-color: rgb(112,172,240); }

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